This commit is contained in:
2026-01-26 15:20:52 +04:00
parent 5634479068
commit d9ef1ca83b
2 changed files with 1 additions and 4 deletions

View File

@@ -38,10 +38,7 @@ jobs:
strategy: strategy:
matrix: matrix:
distro: distro:
- rockylinux9
- ubuntu2404
- debian12 - debian12
- debian13
steps: steps:
- name: Check out the codebase. - name: Check out the codebase.

View File

@@ -8,7 +8,7 @@ driver:
name: docker name: docker
platforms: platforms:
- name: instance - name: instance
image: "geerlingguy/docker-${MOLECULE_DISTRO:-rockylinux9}-ansible:latest" image: "1xtier/${MOLECULE_DISTRO}-ansible:latest"
command: ${MOLECULE_DOCKER_COMMAND:-""} command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes: volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw - /sys/fs/cgroup:/sys/fs/cgroup:rw