| commit | 202fc6a6e190412f2079c9673ccb6b07d4ef4b71 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias@one.verizon.com> | Fri Aug 18 23:08:03 2017 -0400 |
| committer | Carlos Frias <carlos.frias@one.verizon.com> | Fri Aug 18 23:08:03 2017 -0400 |
| tree | c7d4b4ea7013c5f68f98c81cae5e714010fd08a1 | |
| parent | 01cc036f668d85ef3c9d990f600123bf1bbf2fad [diff] |
updated logs
diff --git a/tasks/download_files.yml b/tasks/download_files.yml index 8dc505d..733d80d 100644 --- a/tasks/download_files.yml +++ b/tasks/download_files.yml
@@ -9,5 +9,5 @@ with_items: "{{ result.files }}" loop_control: loop_var: file - when: result.matched > 0 and result.files | length > 0 + when: result.matched > 0 and result.files is defined and result.files | length > 0