fix: use octal string notation

This commit is contained in:
2026-06-28 23:21:33 +01:00
parent ccaa1d180c
commit 23a7020549
+1 -1
View File
@@ -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