Pin pyasn1 version in uri and unarchive tests (#80586)

pull/80619/head
Matt Clay 3 years ago committed by GitHub
parent f5224ba173
commit ccabbcfae0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,6 +9,7 @@
- name: Install packages to make TLS connections work on CentOS 6
pip:
name:
- pyasn1 == 0.4.8 ; python_version == '2.6' # 0.5.0 drops support for Python 2.6
- urllib3==1.10.2
- ndg_httpsclient==0.4.4
- pyOpenSSL==16.2.0

@ -328,6 +328,7 @@
pip:
name: "{{ item }}"
with_items:
- pyasn1 == 0.4.8 ; python_version == '2.6' # 0.5.0 drops support for Python 2.6
- ndg-httpsclient
when: not ansible_python.has_sslcontext and not is_ubuntu_precise|bool

Loading…
Cancel
Save