You've already forked ansible-role-auth-duo
22 lines
405 B
YAML
22 lines
405 B
YAML
matrix:
|
|
MOLECULE_DISTRO:
|
|
- centos7
|
|
- almalinux8
|
|
|
|
steps:
|
|
test:
|
|
name: Test on ${MOLECULE_DISTRO}
|
|
image: guisea/ansible-molecule
|
|
pull: true
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
commands:
|
|
- molecule test --all
|
|
secrets: [ auth_duo_host, auth_duo_ikey, auth_duo_skey ]
|
|
when:
|
|
event:
|
|
- push
|
|
- manual
|
|
depends_on:
|
|
- lint
|