forked from ISTI-ansible-roles/ansible-roles
python on trusty: do not install the packaged pip.
This commit is contained in:
parent
56bd3194ac
commit
2cea5f12c3
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- py_env_install
|
- py_env_install
|
||||||
- python_pip_env_workaround is not defined
|
- is_not_trusty
|
||||||
tags: [ "python", "py_env" ]
|
tags: [ "python", "py_env" ]
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
python_pkgs_state: present
|
python_pkgs_state: present
|
||||||
python_trusty_workaround: True
|
|
||||||
python_get_pip_url: https://bootstrap.pypa.io/get-pip.py
|
python_get_pip_url: https://bootstrap.pypa.io/get-pip.py
|
||||||
|
|
||||||
python_basic_pkgs:
|
python_basic_pkgs:
|
||||||
|
|
Loading…
Reference in New Issue