Files
ansible-role-common/.woodpecker/test.yml

21 lines
454 B
YAML
Raw Normal View History

2023-10-05 16:41:38 +13:00
matrix:
MOLECULE_DISTRO:
- centos7
- almalinux8
steps:
2023-10-05 17:19:05 +13:00
test:
name: Test on ${MOLECULE_DISTRO}
2023-10-05 16:41:38 +13:00
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
2023-10-05 17:07:44 +13:00
depends_on:
2023-10-05 17:27:36 +13:00
- lint