| commit | d51d72292fa66a3d8f73b12415c880e40d6a864c | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias@one.verizon.com> | Wed Sep 27 14:48:41 2017 -0400 |
| committer | Carlos Frias <carlos.frias@one.verizon.com> | Wed Sep 27 14:48:41 2017 -0400 |
| tree | 52799926de8c5f9fe2b29a03468584984bbe3d7d | |
| parent | 10b74c35484dcbdbbe6395a5b4ad48e82af57e5c [diff] |
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 }}"