updated logic
diff --git a/tasks/main.yml b/tasks/main.yml
index c248f8d..9b7a88d 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -25,7 +25,7 @@
 
 - name: Iterate over files found
   include: download_files.yml
-  with_items: "{{ downloads.results }}"
+  with_items: "{{ downloads.results.files }}"
   loop_control:
     label: "{{ file_result }}"
     loop_var: file_result