updated logic
diff --git a/tasks/main.yml b/tasks/main.yml
index e4a5850..e620633 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -20,7 +20,7 @@
 
 - name: Examine downloads.results collection assembled
   debug:
-    msg: "Showing result: {{ item }}"
+    msg: "Showing result: {{ item.files }}"
   with_items: "{{ downloads.results }}"
 
 #- name: Iterate over patterns found