Fix container name clash
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test/1 Pipeline failed
ci/woodpecker/push/test/2 Pipeline failed
ci/woodpecker/push/z.ntfy unknown status

This commit is contained in:
2024-01-30 11:42:02 +13:00
parent 00c88ce57b
commit def9060d62

View File

@@ -4,9 +4,8 @@ dependency:
driver:
name: docker
platforms:
- name: rhel8
image: docker.io/cybercinch/docker-almalinux8-ansible
command: ${MOLECULE_DOCKER_COMMAND:-"/usr/sbin/init"}
- name: check_mk_agent-test-${MOLECULE_DISTRO:-almalinux8}
image: cybercinch/docker-${MOLECULE_DISTRO:-almalinux8}-ansible:latest
volumes: [/sys/fs/cgroup:/sys/fs/cgroup:rw]
cgroupns_mode: host
privileged: true