Correct usage of variables.

This commit is contained in:
2021-11-23 13:50:22 +01:00
parent 6ad80dcd12
commit 4de0cc424d

View File

@@ -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 }}"