From 4de0cc424dd9ed4e7991e0817ab9fe960319fe28 Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 23 Nov 2021 13:50:22 +0100 Subject: [PATCH] Correct usage of variables. --- semaphore.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/semaphore.yaml b/semaphore.yaml index 29ebdcc..d60f6d6 100644 --- a/semaphore.yaml +++ b/semaphore.yaml @@ -18,7 +18,6 @@ - name: Copy backup files copy: remote_src: true - src: {{ item.path }} + src: "{{ item.path }}" dest: "{{ backup_dir }}" - debug: var=item.path loop: "{{ backup_dirs.files }}" \ No newline at end of file