Remove owner of directory.
This commit is contained in:
@@ -14,8 +14,6 @@
|
||||
path: "{{ backup_location }}{{ item.name }}"
|
||||
state: directory
|
||||
mode: 0755
|
||||
owner: chris
|
||||
group: chris
|
||||
loop: "{{ containers }}"
|
||||
loop_control:
|
||||
label: "{{ item.name }}"
|
||||
|
||||
Reference in New Issue
Block a user