| commit | 508aff23eabaf02edcf7369496aff98454e9db0f | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias@one.verizon.com> | Wed Sep 27 15:50:37 2017 -0400 |
| committer | Carlos Frias <carlos.frias@one.verizon.com> | Wed Sep 27 15:50:37 2017 -0400 |
| tree | 2cd05a844fad90e936da0fb547a238f53c88ac02 | |
| parent | dd45e5d91378707ae61dece545cba488fddd9c25 [diff] |
updated logic
diff --git a/tasks/main.yml b/tasks/main.yml index 5e66432..5470d59 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -23,9 +23,8 @@ msg: "Count Files Matched: {{ item.matched }}" with_items: "{{ downloads.results }}" -- name: Include echo.yml - import: echo.yml +- name: Iterate over files found + include_tasks: ./download_files.yml vars: download_set: "{{ item }}" - with_nested: - - downloads.results + with_nested: downloads.results \ No newline at end of file