| commit | 6bba3c88706802652bc2af1c832bcf7209593ab0 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias.01@gmail.com> | Tue Oct 24 08:53:42 2017 -0400 |
| committer | Carlos Frias <carlos.frias.01@gmail.com> | Tue Oct 24 08:53:42 2017 -0400 |
| tree | 97223e83441c7995993b20269ee7f94bb2215b13 | |
| parent | 50ba51a7d78afb95934adfe989c878bd890fb169 [diff] |
work out logs
diff --git a/tasks/main.yml b/tasks/main.yml index 6192539..01b11ee 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -32,8 +32,9 @@ - name: Download files skip_missing: true fetch: - src: "{{ item.1.path }}" + src: "{{ item.2.path }}" dest: "{{ download_folder }}" with_subelements: - - "{{ downloads.results }}" + - downloads + - results - files