mosquitto: Fix calling restart handlers
This commit is contained in:
parent
8d5f5ad4ed
commit
3d77c2f324
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
|||
name: _mosquitto
|
||||
groups: hostkey
|
||||
append: true
|
||||
notify: restart mosquitto
|
||||
notify: Restart mosquitto
|
||||
|
||||
- name: Create include directory for config
|
||||
ansible.builtin.file:
|
||||
|
@ -24,7 +24,7 @@
|
|||
path: /etc/mosquitto/mosquitto.conf
|
||||
line: include_dir /etc/mosquitto/conf.d
|
||||
regexp: "^#?include_dir( .*)?$"
|
||||
notify: restart mosquitto
|
||||
notify: Restart mosquitto
|
||||
|
||||
- name: Create custom config
|
||||
ansible.builtin.template:
|
||||
|
@ -33,7 +33,7 @@
|
|||
mode: 0640
|
||||
owner: root
|
||||
group: _mosquitto
|
||||
notify: restart mosquitto
|
||||
notify: Restart mosquitto
|
||||
|
||||
- name: Copy acl file
|
||||
ansible.builtin.copy:
|
||||
|
|
Loading…
Add table
Reference in a new issue