| commit | 534ae35134e0a879285e0ce35c6d7db1507153f8 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias.01@gmail.com> | Mon Oct 23 15:57:45 2017 -0400 |
| committer | Carlos Frias <carlos.frias.01@gmail.com> | Mon Oct 23 15:57:45 2017 -0400 |
| tree | acbf4d278cda4314c970f222195fe437bf1dd999 | |
| parent | 7b77572c9c1ec5cb9d77dce55de5b45395e9e1a1 [diff] |
work out logs
diff --git a/tasks/main.yml b/tasks/main.yml index fe4ef20..376234e 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -18,7 +18,7 @@ with_items: "{{ download_pattern }}" register: downloads -- name: Files matched +- name: Report Files matched debug: msg: "Count Files Matched: {{ item.matched }}" with_items: "{{ downloads.results }}"