updated logic
diff --git a/tasks/download_files.yml b/tasks/download_files.yml
index f5b1361..81ba1d7 100644
--- a/tasks/download_files.yml
+++ b/tasks/download_files.yml
@@ -8,9 +8,9 @@
   debug:
     var: download_set
 
-- name: Download files
-  fetch:
-    src: "{{ item.path }}"
-    dest: "{{ download_folder }}"
-  with_items: "{{ download_set.files }}"
-  when: download_set.files | length > 0
+#- name: Download files
+#  fetch:
+#    src: "{{ item.path }}"
+#    dest: "{{ download_folder }}"
+#  with_items: "{{ download_set.files }}"
+#  when: download_set.files | length > 0