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

This commit is contained in:
2024-01-30 11:56:21 +13:00
parent def9060d62
commit dcff53b85d
2 changed files with 6 additions and 2 deletions

View File

@@ -7,7 +7,8 @@ platforms:
- name: check_mk_agent-test-${MOLECULE_DISTRO:-almalinux8}
image: cybercinch/docker-${MOLECULE_DISTRO:-almalinux8}-ansible:latest
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes: [/sys/fs/cgroup:/sys/fs/cgroup:rw]
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
privileged: true
pre_build_image: true

View File

@@ -6,9 +6,12 @@ driver:
platforms:
- name: check_mk_agent-test-${MOLECULE_DISTRO:-almalinux8}
image: cybercinch/docker-${MOLECULE_DISTRO:-almalinux8}-ansible:latest
volumes: [/sys/fs/cgroup:/sys/fs/cgroup:rw]
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
privileged: true
pre_build_image: true
provisioner:
name: ansible
log: true