| commit | ecc551515da5c9b0170df9f53da5c95277c90def | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias@one.verizon.com> | Wed Sep 27 14:43:09 2017 -0400 |
| committer | Carlos Frias <carlos.frias@one.verizon.com> | Wed Sep 27 14:43:09 2017 -0400 |
| tree | fd6a3e9a226f017d0bfa9b09b782ebedb78ae18c | |
| parent | 0fd9af24e7ca8917e3956f2927e3c92b0f5766ee [diff] |
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