From ae1630738afc6bf37ffde748e5edfa7208e9c104 Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 23 Nov 2021 14:40:03 +0100 Subject: [PATCH] Correct deletion of directory. --- semaphore.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semaphore.yaml b/semaphore.yaml index 5a1f37f..5571c06 100644 --- a/semaphore.yaml +++ b/semaphore.yaml @@ -28,7 +28,7 @@ - name: Cleanup volume's backup directories become: yes file: - path: "{{ local_backup }}" + path: "{{ item.path }}" state: absent loop: "{{ backup_dirs.files }}" loop_control: