| commit | eac2b8c9056ec17bb774eff5da30d7f6f91249c5 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias.01@gmail.com> | Mon Oct 23 20:38:25 2017 -0400 |
| committer | Carlos Frias <carlos.frias.01@gmail.com> | Mon Oct 23 20:38:25 2017 -0400 |
| tree | 98ccbb210e6079148066b5f55683673c90b069eb | |
| parent | 29ab7bf0e73b933f40282c01b8cfba4c9c2b460c [diff] |
work out logs
diff --git a/tasks/download_files.yml b/tasks/download_files.yml index ab8e01a..3272415 100644 --- a/tasks/download_files.yml +++ b/tasks/download_files.yml
@@ -6,11 +6,11 @@ - name: Examine download_set passed in debug: - var: download_set + var: "{{ download_set }}" - name: Download files fetch: src: "{{ item.path }}" dest: "{{ download_folder }}" - with_items: "{{ download_set }}" + with_items: "{{ download_set.files }}" when: download_set.files | length > 0