troubleshooting logs download
diff --git a/tasks/main.yml b/tasks/main.yml
index 5e014ec..43b69e2 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -28,7 +28,7 @@
 - name: Iterate over download.results
   debug:
     var: "{{ item }}"
-  with_items: "{{ downloads.results }}"
+  with_items: "{{ downloads.results[0].item[0].dir }}"
 
 #- name: Iterate over patterns found
 #  include: download_files.yml