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