mosquitto: Restart after password and acl changes
This commit is contained in:
parent
56dc9e6176
commit
ac203e56ae
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,7 @@
|
||||||
mode: 0640
|
mode: 0640
|
||||||
owner: root
|
owner: root
|
||||||
group: _mosquitto
|
group: _mosquitto
|
||||||
|
notify: Restart mosquitto
|
||||||
|
|
||||||
- name: Copy passwd file
|
- name: Copy passwd file
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
|
@ -50,6 +51,7 @@
|
||||||
mode: 0640
|
mode: 0640
|
||||||
owner: root
|
owner: root
|
||||||
group: _mosquitto
|
group: _mosquitto
|
||||||
|
notify: Restart mosquitto
|
||||||
|
|
||||||
- name: Enable service
|
- name: Enable service
|
||||||
ansible.builtin.service:
|
ansible.builtin.service:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue