forked from ISTI-ansible-roles/ansible-roles
library/roles/python-env/defaults/main.yml: Add other python libraries to handle SNI.
This commit is contained in:
parent
210ad9f6f0
commit
fd3ff8f4eb
|
@ -18,3 +18,6 @@ py_env_pip_fix_ssl_warnings:
|
|||
- cryptography
|
||||
- idna
|
||||
- certifi
|
||||
- ndg-httpsclient
|
||||
- pyasn1
|
||||
|
||||
|
|
Loading…
Reference in New Issue