Updated fetch
diff --git a/tasks/main.yml b/tasks/main.yml
index 7c5753f..f71ccd8 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -14,6 +14,7 @@
     path: '{{ item.dir }}'
     pattern: '{{ item.pattern }}'
     file_type: file
+    hidden: yes
     recurse: yes
   with_items: "{{ download_pattern }}"
   register: downloads