This commit is contained in:
2022-02-20 01:43:00 +01:00
parent c1501de6bf
commit 01f489e90d
4 changed files with 376 additions and 3 deletions

View File

@ -11,7 +11,7 @@
group: "{{ item.group_write_list | default('root', true) }}"
mode: '2770'
state: directory
recurse: yes
recurse: no
with_items: "{{ samba_shares }}"
loop_control:
label: '{{ item.name }}'