Consume secret
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
2023-10-12 16:39:53 +13:00
parent f3dc59d47f
commit aea0af4d92

View File

@@ -8,13 +8,11 @@ steps:
name: Test on ${MOLECULE_DISTRO} name: Test on ${MOLECULE_DISTRO}
image: guisea/ansible-molecule image: guisea/ansible-molecule
pull: true pull: true
environment:
ANSIBLE_CALLBACK_WHITELIST: profile_tasks
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
secrets: [ auth_duo_host, auth_duo_ikey, auth_duo_skey ]
when: when:
event: event:
- push - push