Fix Forbidden implicit octal value from playbooks

This commit is contained in:
Timo Makinen 2023-10-13 12:44:42 +00:00
parent 644fcbe638
commit 317622a01d
11 changed files with 23 additions and 23 deletions

View file

@ -51,7 +51,7 @@
/export/roles 172.20.30.0/24(rw,root_squash,secure,sec=krb5p) \
@nfsclients-rw(rw,root_squash,secure) \
@nfsclients-ro(ro,root_squash,secure)
mode: 0644
mode: "0644"
owner: root
group: "{{ ansible_wheel }}"
notify: Restart nfs-server