updated logic
diff --git a/tasks/download_files.yml b/tasks/download_files.yml index 6f89a70..ba835ff 100644 --- a/tasks/download_files.yml +++ b/tasks/download_files.yml
@@ -12,4 +12,4 @@ fetch: src: "{{ item.path }}" dest: "{{ download_folder }}" - with_items: file_result.files + with_items: "{{ file_result.files }}"