From 185a6a3562fe42c83967592525a32fca168c6190 Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 23 Nov 2021 13:44:56 +0100 Subject: [PATCH] Change variable usage. --- semaphore.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/semaphore.yaml b/semaphore.yaml index 58a1cf8..551acc4 100644 --- a/semaphore.yaml +++ b/semaphore.yaml @@ -16,5 +16,5 @@ register: backup_dirs - name: Copy backup files - debug: var=item - loop: "{{ backup_dirs.files.path }}" \ No newline at end of file + debug: var=item.path + loop: "{{ backup_dirs.files }}" \ No newline at end of file