relayd: Fix permissions from config
This commit is contained in:
parent
9e61fe3cbc
commit
28e7fa236b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
template:
|
template:
|
||||||
dest: /etc/relayd.conf
|
dest: /etc/relayd.conf
|
||||||
src: relayd.conf.j2
|
src: relayd.conf.j2
|
||||||
mode: 0644
|
mode: 0600
|
||||||
owner: root
|
owner: root
|
||||||
group: "{{ ansible_wheel }}"
|
group: "{{ ansible_wheel }}"
|
||||||
notify: restart relayd
|
notify: restart relayd
|
||||||
|
|
Loading…
Add table
Reference in a new issue