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