Change variable usage.

This commit is contained in:
2021-11-23 13:44:56 +01:00
parent 00893586d3
commit 185a6a3562

View File

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