Files
ansible-role-auth-duo/molecule/default/molecule.yml
Aaron Guise d31c258dc9
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline failed
Missing Capability
2023-10-12 15:18:55 +13:00

23 lines
466 B
YAML

---
dependency:
name: galaxy
driver:
name: docker
platforms:
- name: ${MOLECULE_DISTRO:-almalinux8}-role-auth-duo
command: ${MOLECULE_DOCKER_COMMAND:-""}
image: "cybercinch/docker-${MOLECULE_DISTRO:-almalinux8}-ansible:latest"
tmpfs:
- /run
- /tmp
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
capabilities:
- SYS_ADMIN
- CAP_BPF
pre_build_image: true
provisioner:
name: ansible
verifier:
name: ansible