You've already forked ansible-role-repo-epel
17 lines
348 B
YAML
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
|