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