Files
ansible-role-common/.woodpecker/.2.build.yml
Aaron Guise 6cbcbbad7a
Some checks failed
ci/woodpecker/push/1.test Pipeline failed
Update CI
2023-10-05 16:41:38 +13:00

19 lines
436 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
depends_on: ['ansible-lint','yamllint']