Change variable usage.
This commit is contained in:
@@ -16,5 +16,5 @@
|
||||
register: backup_dirs
|
||||
|
||||
- name: Copy backup files
|
||||
debug: var=item
|
||||
loop: "{{ backup_dirs.files.path }}"
|
||||
debug: var=item.path
|
||||
loop: "{{ backup_dirs.files }}"
|
||||
Reference in New Issue
Block a user