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