mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-02 17:24:35 +02:00
Disable EE with ansible-core devel for now until UBI 9 has Python 3.10 support. (#187)
This commit is contained in:
parent
61c6b1dca8
commit
13e68fc906
1 changed files with 5 additions and 5 deletions
10
.github/workflows/ee.yml
vendored
10
.github/workflows/ee.yml
vendored
|
@ -43,11 +43,11 @@ 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: '"#"'
|
||||
# - 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: '"#"'
|
||||
- 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue