| commit | f8c283518171244aab87feb476aaa59faacc332e | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias@one.verizon.com> | Wed Sep 27 15:16:38 2017 -0400 |
| committer | Carlos Frias <carlos.frias@one.verizon.com> | Wed Sep 27 15:16:38 2017 -0400 |
| tree | 591a321fdef93a08ae9160fef9564dc7cc29b445 | |
| parent | dfb843e63e698f5d53b5a6c052965dc94922b197 [diff] |
updated logic
diff --git a/tasks/main.yml b/tasks/main.yml index c248f8d..9b7a88d 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -25,7 +25,7 @@ - name: Iterate over files found include: download_files.yml - with_items: "{{ downloads.results }}" + with_items: "{{ downloads.results.files }}" loop_control: label: "{{ file_result }}" loop_var: file_result