Skip to content

Commit

Permalink
Merge branch 'geerlingguy:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
farisc0de authored Jul 18, 2024
2 parents 3c1d6f3 + 9b8f7fe commit 9d43946
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
strategy:
matrix:
distro:
- rockylinux8
- ubuntu2004
- debian10
- rockylinux9
- ubuntu2204
- debian11

steps:
- name: Check out the codebase.
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ driver:
name: docker
platforms:
- name: instance
image: "geerlingguy/docker-${MOLECULE_DISTRO:-rockylinux8}-ansible:latest"
image: "geerlingguy/docker-${MOLECULE_DISTRO:-rockylinux9}-ansible:latest"
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
Expand Down

0 comments on commit 9d43946

Please sign in to comment.