From be3635438a54de02e839e1eac2f69682067e0ca0 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Tue, 16 Jul 2024 14:23:28 -0500 Subject: [PATCH] Fixup CI versions. Drop all older RHEL releases which are broken. --- .github/workflows/ci.yml | 2 +- molecule/default/molecule.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 807fdf7..b009eea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: strategy: matrix: distro: - - rockylinux8 + - rockylinux9 - ubuntu2004 steps: diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 147da5d..3c2f1e5 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -8,7 +8,7 @@ driver: name: docker platforms: - name: instance - image: "geerlingguy/docker-${MOLECULE_DISTRO:-rockylinux8}-ansible:latest" + image: "geerlingguy/docker-${MOLECULE_DISTRO:-rockylinux9}-ansible:latest" command: ${MOLECULE_DOCKER_COMMAND:-""} volumes: - /sys/fs/cgroup:/sys/fs/cgroup:rw