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