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