Skip to content

Commit ade8e39

Browse files
committed
Fixup CI versions. Drop all older RHEL releases which are broken.
1 parent b525bfe commit ade8e39

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
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
matrix:
4343
include:
44-
- distro: rockylinux8
44+
- distro: rockylinux9
4545
playbook: converge.yml
4646
- distro: ubuntu2204
4747
playbook: converge.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)