Correct docker backup script.
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
hosts: all
|
hosts: all
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
|
||||||
|
tasks:
|
||||||
- name: Create container backup directories
|
- name: Create container backup directories
|
||||||
file:
|
file:
|
||||||
path: "{{ backup_location }}{{ item.name }}"
|
path: "{{ backup_location }}{{ item.name }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user