remove remote backup directory.

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

View File

@@ -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