library/roles/python-env/tasks/main.yml: python ssl workaround on trusty only.
This commit is contained in:
parent
8227a2462a
commit
df69466a63
|
@ -59,5 +59,7 @@
|
|||
pip: name={{ item.pkg }} version={{ item.version }}
|
||||
with_items: '{{ py_env_versioned_pip_pkgs | default ([]) }}'
|
||||
|
||||
when: py_env_install
|
||||
when:
|
||||
- py_env_install
|
||||
- is_trusty
|
||||
tags: [ "python", "py_env", "py_env_pkgs" ]
|
||||
|
|
Loading…
Reference in New Issue