| commit | 3aa3c29bdd435567649b24bcd57f865f77dca80d | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias.01@gmail.com> | Tue Oct 24 09:24:11 2017 -0400 |
| committer | Carlos Frias <carlos.frias.01@gmail.com> | Tue Oct 24 09:24:11 2017 -0400 |
| tree | 814a1fa948f015e563f17b88f90f623d8711a914 | |
| parent | fcd5cd67727f5fb745ec76990fc89baaca7329ab [diff] |
work out logs
diff --git a/tasks/main.yml b/tasks/main.yml index 6456664..54e2f98 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -31,7 +31,7 @@ - name: Download files fetch: - src: "{{ item.1 }}" + src: "{{ item.1.path }}" dest: "{{ download_folder }}" with_subelements: - "{{ downloads.results }}"