work out logs
diff --git a/tasks/main.yml b/tasks/main.yml
index fe4ef20..376234e 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -18,7 +18,7 @@
   with_items: "{{ download_pattern }}"
   register: downloads
 
-- name: Files matched
+- name: Report Files matched
   debug:
     msg: "Count Files Matched: {{ item.matched }}"
   with_items: "{{ downloads.results }}"