relayd: Lint fixes

This commit is contained in:
Timo Makinen 2023-10-12 18:09:44 +00:00
parent ee2f2154be
commit ee25d32b60

View file

@ -3,7 +3,7 @@
ansible.builtin.template:
dest: /etc/relayd.conf
src: relayd.conf.j2
mode: 0600
mode: "0600"
owner: root
group: "{{ ansible_wheel }}"
validate: "relayd -n -f %s"