Files
ansible-role-common/.woodpecker.yml
Aaron Guise 373273dabf
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
.
2023-10-05 15:00:38 +13:00

18 lines
386 B
YAML

matrix:
MOLECULE_DISTRO:
- centos7
- almalinux8
steps:
build:
image: guisea/ansible-molecule
pull: true
environment:
ANSIBLE_CALLBACK_WHITELIST: profile_tasks
EPEL_MIRROR_URL: https://mirrors.guise.net.nz/epel
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- molecule test --all
when:
event: push