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
|
state: directory
|
||||||
owner: nobody
|
owner: nobody
|
||||||
group: nogroup
|
group: nogroup
|
||||||
mode: '0000'
|
mode: '0777'
|
||||||
with_items: "{{ nfs_host_exports }}"
|
with_items: "{{ nfs_host_exports }}"
|
||||||
|
|
||||||
- name: template /etc/exports
|
- name: template /etc/exports
|
||||||
|
|
Loading…
Reference in a new issue