updated logic
diff --git a/tasks/main.yml b/tasks/main.yml index 3c0ea84..f251426 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -24,7 +24,7 @@ - name: Iterate over patterns found include: download_files.yml - with_items: downloads.results + with_items: "{{ downloads.results }}" loop_control: loop_var: result