updated logic
diff --git a/tasks/main.yml b/tasks/main.yml index 596b25b..1cdb193 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -25,11 +25,7 @@ - name: Include echo.yml include: echo.yml - -#- name: Iterate over files found -# include: ./download_files.yml -# vars: -# download_set: "{{ item[1] }}" -# with_nested: -# - downloads.results -# - item[0].files \ No newline at end of file + vars: + download_set: "{{ item }}" + with_nested: + - downloads.results