updated logic
diff --git a/tasks/main.yml b/tasks/main.yml index 52d04e2..901d318 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -25,7 +25,7 @@ - name: Iterate over patterns found include: download_files.yml var: - result: "{{ item }} + result: "{{ item }}" with_items: "{{ downloads.results }}"