Skip to content

Commit ca886e8

Browse files
committed
Update versions for molecule test versions in chapter 13.
1 parent 8058f71 commit ca886e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/molecule-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
strategy:
1515
matrix:
1616
distro:
17-
- rockylinux8
18-
- debian10
17+
- rockylinux9
18+
- debian12
1919

2020
steps:
2121
- name: Check out the codebase.

molecule/molecule/default/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ lint: |
99
ansible-lint
1010
platforms:
1111
- name: instance
12-
image: "geerlingguy/docker-${MOLECULE_DISTRO:-rockylinux8}-ansible:latest"
12+
image: "geerlingguy/docker-${MOLECULE_DISTRO:-rockylinux9}-ansible:latest"
1313
command: ""
1414
volumes:
1515
- /sys/fs/cgroup:/sys/fs/cgroup:rw

0 commit comments

Comments
 (0)