From 7ea37450301c706ae3c07ced202ba89daf781b5b Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Fri, 25 Apr 2025 15:27:22 +0200 Subject: [PATCH] Remove debug variable from backup rotation. --- rotate-backup.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rotate-backup.yaml b/rotate-backup.yaml index 1bce46c..ae3b5b2 100644 --- a/rotate-backup.yaml +++ b/rotate-backup.yaml @@ -9,11 +9,6 @@ - /media/backup/strato-production tasks: - - name: Check directories variable - ansible.builtin.debug: - msg: "{{ item }}" - loop: "{{ directories }}" - - name: Register new backup directories find: paths: "{{ item }}"