You've already forked ansible-role-auth-duo
Revert the matrix
This commit is contained in:
@@ -1,9 +1,7 @@
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
MOLECULE_DISTRO:
|
||||||
- MOLECULE_DISTRO: centos7
|
- centos7
|
||||||
MOLECULE_DOCKER_COMMAND: /usr/lib/systemd/systemd
|
- almalinux8
|
||||||
- MOLECULE_DISTRO: almalinux8
|
|
||||||
MOLECULE_DOCKER_COMMAND: ""
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
test:
|
test:
|
||||||
@@ -11,13 +9,15 @@ steps:
|
|||||||
image: guisea/ansible-molecule
|
image: guisea/ansible-molecule
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
ANSIBLE_CALLBACK_WHITELIST: profile_tasks
|
ANSIBLE_CALLBACK_WHITELIST: profile_tasks
|
||||||
EPEL_MIRROR_URL: https://mirrors.guise.net.nz/epel
|
EPEL_MIRROR_URL: https://mirrors.guise.net.nz/epel
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
commands:
|
commands:
|
||||||
- molecule test --all
|
- molecule test --all
|
||||||
when:
|
when:
|
||||||
event: push
|
event:
|
||||||
|
- push
|
||||||
|
- manual
|
||||||
depends_on:
|
depends_on:
|
||||||
- lint
|
- lint
|
||||||
|
|||||||
Reference in New Issue
Block a user