| commit | 5b1e4f6248b5be5530affe3141fac2e511af6894 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Tue Apr 04 14:03:41 2017 -0400 |
| committer | Carlos Frias <friasc@google.com> | Tue Apr 04 14:03:41 2017 -0400 |
| tree | 46883a01bddd56e04f21c61e15b7ef32ca73f087 | |
| parent | e7987bcd0966d4bc4e50e6b8f6013834ec2ecb7a [diff] |
troubleshooting logs download
diff --git a/tasks/main.yml b/tasks/main.yml index 43b69e2..cca7f31 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[0].item[0].dir }}" + with_items: "{{ downloads.results.matched }}" #- name: Iterate over patterns found # include: download_files.yml