| commit | fc450df4995c30a8cca8663e330282be535715ca | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Thu Apr 13 12:27:56 2017 -0400 |
| committer | Carlos Frias <friasc@google.com> | Thu Apr 13 12:27:56 2017 -0400 |
| tree | fe44d7f3147d3225a7fa8e27e44453324cf74d59 | |
| parent | a3f0494521793b872d6af1026c5037062b974e84 [diff] |
added a variable guard
diff --git a/tasks/download_files.yml b/tasks/download_files.yml index c0defd3..199e096 100644 --- a/tasks/download_files.yml +++ b/tasks/download_files.yml
@@ -9,4 +9,5 @@ src: "{{ item.path }}" dest: "{{ download_folder }}" with_items: "{{ result.files }}" + when: result is defined and result.files is defined