This commit is contained in:
2023-04-14 01:36:48 +02:00
parent 11891bedf6
commit 3fffc4cf7d
2 changed files with 7 additions and 1 deletions

View File

@ -19,7 +19,7 @@
path: "{{ item.path }}"
owner: "root"
group: "{{ item.group_write_list | default('root', true) }}"
mode: "{{ dir_create_mask | default('2770', true) }}"
mode: "{{ item.dir_create_mask | default('2770', true) }}"
state: directory
recurse: no
with_items: "{{ samba_shares }}"