mosquitto: Fix warnings about config file perms
This commit is contained in:
parent
10d87f35d5
commit
4756acbaf0
1 changed files with 4 additions and 4 deletions
|
@ -39,8 +39,8 @@
|
|||
ansible.builtin.copy:
|
||||
dest: /etc/mosquitto/acl.conf
|
||||
src: "{{ ansible_private }}/files/mosquitto/acl.conf"
|
||||
mode: "0640"
|
||||
owner: root
|
||||
mode: "0400"
|
||||
owner: _mosquitto
|
||||
group: _mosquitto
|
||||
notify: Restart mosquitto
|
||||
|
||||
|
@ -48,8 +48,8 @@
|
|||
ansible.builtin.copy:
|
||||
dest: /etc/mosquitto/passwd
|
||||
src: "{{ ansible_private }}/files/mosquitto/passwd"
|
||||
mode: "0640"
|
||||
owner: root
|
||||
mode: "0400"
|
||||
owner: _mosquitto
|
||||
group: _mosquitto
|
||||
notify: Restart mosquitto
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue