| commit | bdb0a3e94f653719c8acb2d34baddc0770bebc4f | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias.01@gmail.com> | Tue Oct 24 09:02:29 2017 -0400 |
| committer | Carlos Frias <carlos.frias.01@gmail.com> | Tue Oct 24 09:02:29 2017 -0400 |
| tree | 908446ec370dd267fdfb7bd7e7309a10d384fa4c | |
| parent | 7d009501ab3f0edffde38db38d3b50efa145f5e6 [diff] |
work out logs
diff --git a/tasks/main.yml b/tasks/main.yml index 1d519aa..958da69 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -31,7 +31,7 @@ - name: Download files fetch: - src: "{{ item.path }}" + src: "{{ item.1.path }}" dest: "{{ download_folder }}" with_subelements: - "{{ downloads.results }}"