remove remote backup directory.

This commit is contained in:
2025-04-24 17:10:59 +02:00
parent aaf0796860
commit 42e7bccd2d

View File

@@ -22,4 +22,9 @@
loop: "{{ containers | subelements('database', skip_missing=True) }}"
loop_control:
label: "{{ item[1].name }}"
- name: Clean backup directory
file:
path: "{{ backup_location }}"
state: absent