| commit | b537e0a4ff88b0901f777121fbbe047ed4e645f2 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Tue Apr 04 14:04:51 2017 -0400 |
| committer | Carlos Frias <friasc@google.com> | Tue Apr 04 14:04:51 2017 -0400 |
| tree | d2928f99c852a53239caa43a079f29de566e0f0f | |
| parent | 5b1e4f6248b5be5530affe3141fac2e511af6894 [diff] |
troubleshooting logs download
diff --git a/tasks/main.yml b/tasks/main.yml index cca7f31..5d867ae 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -28,7 +28,7 @@ - name: Iterate over download.results debug: var: "{{ item }}" - with_items: "{{ downloads.results.matched }}" + with_items: "{{ downloads.results[0].matched }}" #- name: Iterate over patterns found # include: download_files.yml