Merge "tasks: nova_install: Fix virtualenv-tools issue on openSUSE"
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user