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