diff --git a/semaphore.yaml b/semaphore.yaml index 58a1cf8..551acc4 100644 --- a/semaphore.yaml +++ b/semaphore.yaml @@ -16,5 +16,5 @@ register: backup_dirs - name: Copy backup files - debug: var=item - loop: "{{ backup_dirs.files.path }}" \ No newline at end of file + debug: var=item.path + loop: "{{ backup_dirs.files }}" \ No newline at end of file