From 836df181deb02edbef2d3b3c351cdc682fdaa492 Mon Sep 17 00:00:00 2001 From: shadow Date: Mon, 20 Jun 2022 17:59:32 +0200 Subject: [PATCH] Use debian11 as default distribution --- .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 1b8ba88..04f1f72 100644 --- a/.github/workflows/ansible-integration-workflow.yaml +++ b/.github/workflows/ansible-integration-workflow.yaml @@ -36,7 +36,7 @@ on: name: docker platforms: - name: instance - image: "geerlingguy/docker-${MOLECULE_DISTRO:-debian10}-ansible:latest" + image: "geerlingguy/docker-${MOLECULE_DISTRO:-debian11}-ansible:latest" command: ${MOLECULE_DOCKER_COMMAND:-""} volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro