| commit | 7d009501ab3f0edffde38db38d3b50efa145f5e6 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias.01@gmail.com> | Tue Oct 24 09:01:18 2017 -0400 |
| committer | Carlos Frias <carlos.frias.01@gmail.com> | Tue Oct 24 09:01:18 2017 -0400 |
| tree | 53b446254157e98c076c51a439ab57a308434d84 | |
| parent | 5c4391f2f520dedeb00f21b3e35a1285eec63234 [diff] |
work out logs
diff --git a/tasks/main.yml b/tasks/main.yml index bd2dcea..1d519aa 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -31,9 +31,8 @@ - name: Download files fetch: - src: "{{ item.2.path }}" + src: "{{ item.path }}" dest: "{{ download_folder }}" with_subelements: - - "{{ downloads }}" - - results, skip_missing: true + - "{{ downloads.results }}" - files, skip_missing: true