Do not use recursion, fix permissions for folder crreation
This commit is contained in:
parent
d6d192207f
commit
25e8beb662
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@
|
||||||
state: directory
|
state: directory
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: '0750'
|
mode: '0660'
|
||||||
recurse: true
|
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ docker_volumes_dir }}/watchtower"
|
- "{{ docker_volumes_dir }}/watchtower"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue