mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 11:50:42 -03:30
fix 9298 by upgrading pip allowing use of custom_venvs
This commit is contained in:
parent
909c2513ac
commit
3f5cb645f2
@ -150,6 +150,8 @@ spec:
|
||||
virtualenv -p {{ custom_venv.python | default(custom_venvs_python) }} \
|
||||
{{ custom_venvs_path }}/{{ custom_venv.name }} &&
|
||||
source {{ custom_venvs_path }}/{{ custom_venv.name }}/bin/activate &&
|
||||
{{ custom_venvs_path }}/{{ custom_venv.name }}/bin/pip install {{ trusted_hosts }} -U psutil \
|
||||
--upgrade pip &&
|
||||
{{ custom_venvs_path }}/{{ custom_venv.name }}/bin/pip install {{ trusted_hosts }} -U psutil \
|
||||
"ansible=={{ custom_venv.python_ansible_version }}" &&
|
||||
{% if custom_venv.python_modules is defined %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user