| commit | 3637f378755db43da34eb59b45c279238649f394 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias@one.verizon.com> | Wed Sep 27 15:34:31 2017 -0400 |
| committer | Carlos Frias <carlos.frias@one.verizon.com> | Wed Sep 27 15:34:31 2017 -0400 |
| tree | a4010600e12c7682544f015072dfe3bb88bf1d2b | |
| parent | 512c709f428ea994a98278b2092bc42580db11af [diff] |
updated logic
diff --git a/tasks/main.yml b/tasks/main.yml index e9a4f37..3bcb2c3 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -18,9 +18,9 @@ with_items: "{{ download_pattern }}" register: downloads -- name: Examine downloads collection assembled +- name: Files matched debug: - msg: "Showing files result: {{ item.files }}" + msg: "Count Files Matched: {{ item.matched }}" with_items: "{{ downloads.results }}" - name: Iterate over files found