Files
ansible-role-repo-epel/.woodpecker.yml

17 lines
348 B
YAML
Raw Normal View History

2023-08-19 16:30:56 +12:00
matrix:
2023-08-19 16:47:43 +12:00
MOLECULE_DISTRO:
2023-08-19 16:30:56 +12:00
- 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:
2023-08-19 17:07:45 +12:00
- molecule --version
- ansible --version
2023-08-19 16:30:56 +12:00
- molecule test --all