Merge "tasks: nova_install: Fix virtualenv-tools issue on openSUSE"

This commit is contained in:
Jenkins
2017-08-15 13:47:46 +00:00
committed by Gerrit Code Review

View File

@ -141,12 +141,12 @@
tags:
- nova-pip-packages
- name: CentOS remove python from path first
- name: Remove python from path first (CentOS, openSUSE)
file:
path: "{{ nova_bin | dirname }}/bin/python2.7"
state: "absent"
when:
- ansible_pkg_mgr in ['yum', 'dnf']
- ansible_pkg_mgr in ['yum', 'dnf', 'zypper']
- nova_get_venv | changed
- name: Update virtualenv path