From 9c42dbdd5e364d4ae1320a0784ef24a80e2c4aad Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 23 Nov 2021 13:37:39 +0100 Subject: [PATCH] Check iteration over logrotate. --- semaphore.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semaphore.yaml b/semaphore.yaml index 47f4d30..c1df0d0 100644 --- a/semaphore.yaml +++ b/semaphore.yaml @@ -16,7 +16,7 @@ register: backup_dirs - name: Create logrotate directories - debug: var=item + debug: msg="{{ item[0].path }}/{{ item[1] }}" # file: # path: "{{ local_backup }}/{{ item }}" # state: directory