updated logic
diff --git a/tasks/main.yml b/tasks/main.yml
index 3cb58b8..23c88c3 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -20,13 +20,14 @@
 
 - name: Examine downloads.results collection assembled
   debug:
-    var: downloads.results
-
-- name: Iterate over patterns found
-  include: download_files.yml
-  var:
-    result: "{{ item }}"
+    msg: "Showing result: {{ item }}"
   with_items: downloads.results
+#
+#- name: Iterate over patterns found
+#  include: download_files.yml
+#  var:
+#    result: "{{ item }}"
+#  with_items: downloads.results