| commit | 58515b1a5453339ce2ab2cf60357337afc631f49 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias@one.verizon.com> | Wed Sep 27 14:58:56 2017 -0400 |
| committer | Carlos Frias <carlos.frias@one.verizon.com> | Wed Sep 27 14:58:56 2017 -0400 |
| tree | 8079f86751f2031a2cef89f2e8ae99342034f2f5 | |
| parent | 601622b70f66c7ecdc4edef4a7e7f08e2adb3570 [diff] |
updated logic
diff --git a/tasks/main.yml b/tasks/main.yml index e620633..74ad8a9 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -20,7 +20,7 @@ - name: Examine downloads.results collection assembled debug: - msg: "Showing result: {{ item.files }}" + msg: "Showing files result: {{ item.files }}" with_items: "{{ downloads.results }}" #- name: Iterate over patterns found