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: