Rename mqtt-internal to mqtt
This commit is contained in:
parent
44a122575d
commit
e7e2458ba0
8 changed files with 2 additions and 2 deletions
8
roles/mqtt/handlers/main.yaml
Normal file
8
roles/mqtt/handlers/main.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- ansible.builtin.import_tasks:
|
||||
file: ../../common/handlers/main.yaml
|
||||
|
||||
- name: restart mosquitto
|
||||
ansible.builtin.systemd:
|
||||
name: mosquitto
|
||||
state: restarted
|
Loading…
Add table
Add a link
Reference in a new issue