Fix Forbidden implicit octal value from playbooks
This commit is contained in:
parent
644fcbe638
commit
317622a01d
11 changed files with 23 additions and 23 deletions
|
@ -49,7 +49,7 @@
|
|||
ansible.builtin.copy:
|
||||
dest: "/var/lib/unbound/{{ item }}"
|
||||
src: "/srv/dns/{{ item }}"
|
||||
mode: 0644
|
||||
mode: "0644"
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
tags: dns
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue