Install and use Python 3.11 on RHEL UBI 9. (#637)
parent
2a789f8b01
commit
1ca0d2f21d
|
@ -43,13 +43,17 @@ jobs:
|
||||||
exclude:
|
exclude:
|
||||||
- ansible_core: ''
|
- ansible_core: ''
|
||||||
include:
|
include:
|
||||||
# - name: ansible-core devel @ RHEL UBI 9
|
- name: ansible-core devel @ RHEL UBI 9
|
||||||
# ansible_core: https://github.com/ansible/ansible/archive/devel.tar.gz
|
ansible_core: https://github.com/ansible/ansible/archive/devel.tar.gz
|
||||||
# ansible_runner: ansible-runner
|
ansible_runner: ansible-runner
|
||||||
# base_image: docker.io/redhat/ubi9:latest
|
other_deps: |2
|
||||||
# pre_base: '"#"'
|
python_interpreter:
|
||||||
# # For some reason ansible-builder will not install EPEL dependencies on RHEL
|
package_system: python3.11 python3.11-pip python3.11-wheel python3.11-cryptography
|
||||||
# extra_vars: -e has_no_pyopenssl=true
|
python_path: "/usr/bin/python3.11"
|
||||||
|
base_image: docker.io/redhat/ubi9:latest
|
||||||
|
pre_base: '"#"'
|
||||||
|
# For some reason ansible-builder will not install EPEL dependencies on RHEL
|
||||||
|
extra_vars: -e has_no_pyopenssl=true
|
||||||
- name: ansible-core 2.15 @ Rocky Linux 9
|
- name: ansible-core 2.15 @ Rocky Linux 9
|
||||||
ansible_core: https://github.com/ansible/ansible/archive/stable-2.15.tar.gz
|
ansible_core: https://github.com/ansible/ansible/archive/stable-2.15.tar.gz
|
||||||
ansible_runner: ansible-runner
|
ansible_runner: ansible-runner
|
||||||
|
|
Loading…
Reference in New Issue