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 a1b5485 commit 40a0025Copy full SHA for 40a0025
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
playbook: converge.yml
48
- distro: debian11
49
50
- - distro: rockylinux8
+ - distro: rockylinux9
51
playbook: source-install.yml
52
- distro: ubuntu2004
53
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