fix: use octal string notation
This commit is contained in:
@@ -14,6 +14,6 @@
|
|||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: ssh.service
|
src: ssh.service
|
||||||
dest: /etc/avahi/services/ssh.service
|
dest: /etc/avahi/services/ssh.service
|
||||||
mode: "644"
|
mode: "0644"
|
||||||
notify:
|
notify:
|
||||||
- Restart Avahi Daemon
|
- Restart Avahi Daemon
|
||||||
|
|||||||
Reference in New Issue
Block a user