Fix "Forbidden implicit octal value" lint errors

This commit is contained in:
Timo Makinen 2023-10-12 19:14:54 +00:00
parent 1e973b3dde
commit 86d076ebc6
75 changed files with 227 additions and 227 deletions

View file

@ -3,7 +3,7 @@
ansible.builtin.copy:
src: ClamAV.pm
dest: /etc/mail/spamassassin/ClamAV.pm
mode: 0644
mode: "0644"
owner: root
group: "{{ ansible_wheel }}"
notify: Restart spamassassin
@ -12,7 +12,7 @@
ansible.builtin.copy:
src: clamav.cf
dest: /etc/mail/spamassassin/clamav.cf
mode: 0644
mode: "0644"
owner: root
group: "{{ ansible_wheel }}"
notify: Restart spamassassin