| commit | 513238edf45ceea83b07846ebdc89e62eda49104 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Tue Apr 04 14:25:02 2017 -0400 |
| committer | Carlos Frias <friasc@google.com> | Tue Apr 04 14:25:02 2017 -0400 |
| tree | 060955ca4de6aeb0c82d1fa8dc75c04e679fc7a7 | |
| parent | 9e14e981be871c2aa3fd198fdc7312fa77a2a7cc [diff] |
troubleshooting logs download
diff --git a/tasks/main.yml b/tasks/main.yml index 79b8acc..97e9dec 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].files[0].path }}" + with_items: "{{ downloads.results[0].files[0] }}" #- name: Iterate over patterns found # include: download_files.yml