relayd: Lint fixes
This commit is contained in:
parent
ee2f2154be
commit
ee25d32b60
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
dest: /etc/relayd.conf
|
dest: /etc/relayd.conf
|
||||||
src: relayd.conf.j2
|
src: relayd.conf.j2
|
||||||
mode: 0600
|
mode: "0600"
|
||||||
owner: root
|
owner: root
|
||||||
group: "{{ ansible_wheel }}"
|
group: "{{ ansible_wheel }}"
|
||||||
validate: "relayd -n -f %s"
|
validate: "relayd -n -f %s"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue