| commit | a682ac38fd0d88052c06be3bd6611c11d6a51af6 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias@one.verizon.com> | Wed Sep 27 15:18:09 2017 -0400 |
| committer | Carlos Frias <carlos.frias@one.verizon.com> | Wed Sep 27 15:18:09 2017 -0400 |
| tree | 0f2c763eda00518476fa29840903a399d74062dc | |
| parent | f8c283518171244aab87feb476aaa59faacc332e [diff] |
updated logic
diff --git a/tasks/main.yml b/tasks/main.yml index 9b7a88d..446545f 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -25,10 +25,6 @@ - name: Iterate over files found include: download_files.yml - with_items: "{{ downloads.results.files }}" - loop_control: - label: "{{ file_result }}" - loop_var: file_result - - - + vars: + file_result: "{{ item }}" + with_items: "{{ downloads.results }}"