| commit | 9204a027dd66d61d8d490a1f342074f4af6c4d46 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Tue Apr 04 13:56:42 2017 -0400 |
| committer | Carlos Frias <friasc@google.com> | Tue Apr 04 13:56:42 2017 -0400 |
| tree | e5e6150b6adda8da01bd0a5b561a2d926047aeb4 | |
| parent | ddf5901d40d01a34f06eb9371140294aa61e60d2 [diff] |
troubleshooting logs download
diff --git a/tasks/main.yml b/tasks/main.yml index a1098b4..5e014ec 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 }}" #- name: Iterate over patterns found # include: download_files.yml