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