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