ansible-role-forgejo_runner/molecule/default/molecule.yml
Adrien Waksberg b23c950394
Some checks are pending
/ lint (push) Waiting to run
/ molecule (push) Waiting to run
first version
2024-05-10 22:37:06 +02:00

28 lines
482 B
YAML

---
driver:
name: docker
platforms:
- name: debian12
image: code.waks.be/nishiki/molecule:debian12
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
command: /bin/systemd
capabilities:
- SYS_ADMIN
verifier:
name: testinfra
scenario:
test_sequence:
- dependency
- cleanup
- destroy
- syntax
- create
- prepare
- converge
- side_effect
- verify
- cleanup
- destroy