mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 07:01:22 -07:00
Update install deps for SNI tests
This commit is contained in:
parent
33f7a27cba
commit
b4b76bab14
2 changed files with 6 additions and 4 deletions
|
@ -243,6 +243,8 @@
|
||||||
pip:
|
pip:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
with_items:
|
with_items:
|
||||||
|
- urllib3
|
||||||
|
- PyOpenSSL
|
||||||
- ndg-httpsclient
|
- ndg-httpsclient
|
||||||
when: not ansible_python.has_sslcontext and not is_ubuntu_precise|bool
|
when: not ansible_python.has_sslcontext and not is_ubuntu_precise|bool
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
uri_os_packages:
|
uri_os_packages:
|
||||||
RedHat:
|
RedHat:
|
||||||
- python-pyasn1
|
- python-pyasn1
|
||||||
- pyOpenSSL
|
- libffi-devel
|
||||||
- python-urllib3
|
- openssl-devel
|
||||||
Debian:
|
Debian:
|
||||||
- python-pyasn1
|
- python-pyasn1
|
||||||
- python-openssl
|
- libffi-dev
|
||||||
- python-urllib3
|
- libssl-dev
|
Loading…
Add table
Add a link
Reference in a new issue