mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
19 lines
No EOL
332 B
YAML
19 lines
No EOL
332 B
YAML
uri_os_packages:
|
|
RedHat:
|
|
step1:
|
|
- python-pyasn1
|
|
- pyOpenSSL
|
|
- python-urllib3
|
|
step2:
|
|
- libffi-devel
|
|
- openssl-devel
|
|
- python-devel
|
|
Debian:
|
|
step1:
|
|
- python-pyasn1
|
|
- python-openssl
|
|
- python-urllib3
|
|
step2:
|
|
- libffi-dev
|
|
- libssl-dev
|
|
- python-dev |