mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-26 03:23:11 +00:00
"Permission share dir…s" file: state: directory
This commit is contained in:
parent
8282c5823c
commit
e1ddd28d0d
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