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 6e1510c commit 5c79737Copy full SHA for 5c79737
.github/workflows/ci.yml
@@ -38,6 +38,7 @@ jobs:
38
matrix:
39
distro:
40
- debian12
41
+ - debian13
42
- ubuntu2204
43
- ubuntu2404
44
steps:
molecule/default/molecule.yml
@@ -5,7 +5,7 @@ driver:
5
name: docker
6
platforms:
7
- name: instance
8
- image: "geerlingguy/docker-${MOLECULE_DISTRO:-debian12}-ansible:latest"
+ image: "geerlingguy/docker-${MOLECULE_DISTRO:-debian13}-ansible:latest"
9
command: ${MOLECULE_DOCKER_COMMAND:-""}
10
volumes:
11
- /sys/fs/cgroup:/sys/fs/cgroup:rw
0 commit comments