fix permissions on nfs mount point
This commit is contained in:
parent
d0ee296f5f
commit
1bf1191484
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
state: directory
|
||||
owner: nobody
|
||||
group: nogroup
|
||||
mode: '0000'
|
||||
mode: '0777'
|
||||
with_items: "{{ nfs_host_exports }}"
|
||||
|
||||
- name: template /etc/exports
|
||||
|
|
Loading…
Reference in a new issue