Files
ansible-role-repo-epel/.woodpecker.yml
2023-08-19 17:07:45 +12:00

17 lines
348 B
YAML

matrix:
MOLECULE_DISTRO:
- centos7
- centos8
- almalinux8
steps:
build:
image: guisea/ansible-molecule
environment:
ANSIBLE_CALLBACK_WHITELIST: profile_tasks
EPEL_MIRROR_URL: https://mirrors.guise.net.nz/epel
commands:
- molecule --version
- ansible --version
- molecule test --all