updated logic
diff --git a/tasks/main.yml b/tasks/main.yml
index 74ad8a9..b8ff6b6 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -23,11 +23,11 @@
msg: "Showing files result: {{ item.files }}"
with_items: "{{ downloads.results }}"
-#- name: Iterate over patterns found
-# include: download_files.yml
-# var:
-# result: "{{ item }}"
-# with_items: downloads.results
+- name: Iterate over files found
+ include: download_file.yml
+ var:
+ result: "{{ item }}"
+ with_items: "{{ downloads.results }}"