Merge "Remove 'ignore_errors: true' in favor of 'failed_when: false'"

This commit is contained in:
Jenkins 2016-10-17 13:11:48 +00:00 committed by Gerrit Code Review
commit 73656f4dc6
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@
url: "{{ horizon_venv_download_url }}"
dest: "/var/cache/{{ horizon_venv_download_url | basename }}"
force: yes
ignore_errors: true
failed_when: false
register: get_venv
when:
- not horizon_developer_mode | bool