| commit | 988d402ffba87cdb17d958d21d8d59ee9d8a4e50 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Tue Mar 14 12:31:25 2017 -0400 |
| committer | Carlos Frias <friasc@google.com> | Tue Mar 14 12:31:25 2017 -0400 |
| tree | 962e1b47d5088a55350f0898925469b68f12bd97 | |
| parent | d66b98d3545f112eda2de72df8c46d8b3424a33d [diff] |
fixed bugs
diff --git a/tasks/main.yml b/tasks/main.yml index 9b1b5a7..dee2092 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -22,3 +22,4 @@ loop_control: loop_var: result_files with_items: '{{ downloads.results }}' + when: downloads is defined