From 2a789f8b012d3773b55cbc437f3e16ffb74d63ee Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 12 Jul 2023 08:12:46 +0200 Subject: [PATCH] Disable EE with ansible-core devel for now until UBI 9 has Python 3.10 support. (#636) --- .github/workflows/ee.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ee.yml b/.github/workflows/ee.yml index edd4d047..5dfcec27 100644 --- a/.github/workflows/ee.yml +++ b/.github/workflows/ee.yml @@ -43,13 +43,13 @@ jobs: exclude: - ansible_core: '' include: - - name: ansible-core devel @ RHEL UBI 9 - ansible_core: https://github.com/ansible/ansible/archive/devel.tar.gz - ansible_runner: ansible-runner - 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 devel @ RHEL UBI 9 + # ansible_core: https://github.com/ansible/ansible/archive/devel.tar.gz + # ansible_runner: ansible-runner + # 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 ansible_core: https://github.com/ansible/ansible/archive/stable-2.15.tar.gz ansible_runner: ansible-runner