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
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0750'
|
||||
recurse: true
|
||||
mode: '0660'
|
||||
with_items:
|
||||
- "{{ docker_volumes_dir }}/watchtower"
|
||||
|
||||
|
|
Loading…
Reference in a new issue