We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b525bfe commit ade8e39Copy full SHA for ade8e39
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
strategy:
42
matrix:
43
include:
44
- - distro: rockylinux8
+ - distro: rockylinux9
45
playbook: converge.yml
46
- distro: ubuntu2204
47
molecule/default/molecule.yml
@@ -8,7 +8,7 @@ driver:
8
name: docker
9
platforms:
10
- name: instance
11
- image: "geerlingguy/docker-${MOLECULE_DISTRO:-rockylinux8}-ansible:latest"
+ image: "geerlingguy/docker-${MOLECULE_DISTRO:-rockylinux9}-ansible:latest"
12
command: ${MOLECULE_DOCKER_COMMAND:-""}
13
volumes:
14
- /sys/fs/cgroup:/sys/fs/cgroup:rw
0 commit comments