Skip to content

Commit

Permalink
Merge pull request #7 from systemli/default_to_debian11
Browse files Browse the repository at this point in the history
Use debian11 as default distribution
  • Loading branch information
xshadow authored Jun 20, 2022
2 parents 2b59cc4 + c570ee6 commit e86cd8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-integration-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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
Expand Down

0 comments on commit e86cd8e

Please sign in to comment.