work out logs
diff --git a/tasks/download_files.yml b/tasks/download_files.yml
index f5b1361..ab8e01a 100644
--- a/tasks/download_files.yml
+++ b/tasks/download_files.yml
@@ -12,5 +12,5 @@
   fetch:
     src: "{{ item.path }}"
     dest: "{{ download_folder }}"
-  with_items: "{{ download_set.files }}"
+  with_items: "{{ download_set }}"
   when: download_set.files | length > 0
diff --git a/tasks/echo.yml b/tasks/echo.yml
deleted file mode 100644
index 8864fd9..0000000
--- a/tasks/echo.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-- name: Echo Hello
-  debug:
-    msg: "Hello from included echo.yml file"
\ No newline at end of file