remove remote backup directory.
This commit is contained in:
@@ -23,3 +23,8 @@
|
|||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ item[1].name }}"
|
label: "{{ item[1].name }}"
|
||||||
|
|
||||||
|
- name: Clean backup directory
|
||||||
|
file:
|
||||||
|
path: "{{ backup_location }}"
|
||||||
|
state: absent
|
||||||
|
|
||||||
Reference in New Issue
Block a user