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

This commit is contained in:
Jenkins 2016-10-17 13:14:44 +00:00 committed by Gerrit Code Review
commit fe6bfdaffa
1 changed files with 1 additions and 1 deletions

View File

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