Skip to content

Commit 40a0025

Browse files
committed
Fixup CI versions. Drop all older RHEL releases which are broken.
1 parent a1b5485 commit 40a0025

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
playbook: converge.yml
4848
- distro: debian11
4949
playbook: converge.yml
50-
- distro: rockylinux8
50+
- distro: rockylinux9
5151
playbook: source-install.yml
5252
- distro: ubuntu2004
5353
playbook: source-install.yml

molecule/default/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ driver:
88
name: docker
99
platforms:
1010
- name: instance
11-
image: "geerlingguy/docker-${MOLECULE_DISTRO:-rockylinux8}-ansible:latest"
11+
image: "geerlingguy/docker-${MOLECULE_DISTRO:-rockylinux9}-ansible:latest"
1212
command: ${MOLECULE_DOCKER_COMMAND:-""}
1313
volumes:
1414
- /sys/fs/cgroup:/sys/fs/cgroup:rw

0 commit comments

Comments
 (0)