diff --git a/tasks/glance_install.yml b/tasks/glance_install.yml index 3a48c038..ea431e76 100644 --- a/tasks/glance_install.yml +++ b/tasks/glance_install.yml @@ -91,7 +91,7 @@ url: "{{ glance_venv_download_url }}" dest: "/var/cache/{{ glance_venv_download_url | basename }}" force: yes - ignore_errors: true + failed_when: false register: get_venv when: - not glance_developer_mode | bool