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 8058f71 commit ca886e8Copy full SHA for ca886e8
.github/workflows/molecule-ci.yml
@@ -14,8 +14,8 @@ jobs:
14
strategy:
15
matrix:
16
distro:
17
- - rockylinux8
18
- - debian10
+ - rockylinux9
+ - debian12
19
20
steps:
21
- name: Check out the codebase.
molecule/molecule/default/molecule.yml
@@ -9,7 +9,7 @@ lint: |
9
ansible-lint
10
platforms:
11
- name: instance
12
- image: "geerlingguy/docker-${MOLECULE_DISTRO:-rockylinux8}-ansible:latest"
+ image: "geerlingguy/docker-${MOLECULE_DISTRO:-rockylinux9}-ansible:latest"
13
command: ""
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
0 commit comments