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