From 0c40277ca3707129dc649dda32757c207287cc5e Mon Sep 17 00:00:00 2001 From: louis Date: Sun, 26 Jul 2026 10:32:50 +0200 Subject: [PATCH] Default to Debian 13 for the molecule docker image Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/ansible-integration-workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-integration-workflow.yaml b/.github/workflows/ansible-integration-workflow.yaml index 65505b6..95700bd 100644 --- a/.github/workflows/ansible-integration-workflow.yaml +++ b/.github/workflows/ansible-integration-workflow.yaml @@ -28,7 +28,7 @@ on: name: docker platforms: - name: instance - image: "geerlingguy/docker-\$\{MOLECULE_DISTRO:-debian12\}-ansible:latest" + image: "geerlingguy/docker-\$\{MOLECULE_DISTRO:-debian13\}-ansible:latest" volumes: - /sys/fs/cgroup:/sys/fs/cgroup:rw - /var/lib/containerd