updated logic
diff --git a/tasks/main.yml b/tasks/main.yml
index 3bcb2c3..8446cf3 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -23,10 +23,10 @@
msg: "Count Files Matched: {{ item.matched }}"
with_items: "{{ downloads.results }}"
-- 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
+#- 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