Cleanup original volume.

This commit is contained in:
2021-11-23 14:34:42 +01:00
parent 954853e3fc
commit cebf554c88

View File

@@ -25,6 +25,16 @@
loop_control:
label: "{{ item.path }}"
- name: Cleanup volume's backup directories
become: yes
file:
path: "{{ local_backup }}"
state: absent
loop: "{{ backup_dirs.files }}"
loop_control:
label: "{{ item.path }}"
- name: Correct directory owner
become: yes
file: