diff --git a/roles/nfs-host/tasks/main.yml b/roles/nfs-host/tasks/main.yml index ebb9145..d78ebe7 100644 --- a/roles/nfs-host/tasks/main.yml +++ b/roles/nfs-host/tasks/main.yml @@ -19,7 +19,7 @@ state: directory owner: nobody group: nogroup - mode: '0000' + mode: '0777' with_items: "{{ nfs_host_exports }}" - name: template /etc/exports