mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-15 08:27:19 +00:00
Merge pull request #138 from technicalguy/permission-share-directories-state
"Permission share dirirectories" – file: state: directory
This commit is contained in:
commit
bd10ce657f
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@
|
|||
- name: "Permission share directories"
|
||||
file:
|
||||
path: "{{ item.path }}"
|
||||
state: directory
|
||||
owner: ansible-nas
|
||||
group: ansible-nas
|
||||
mode: "u=rwX,g=rwX,o=rX"
|
||||
|
|
Loading…
Reference in a new issue