diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index ee18379..38f830e 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -8,13 +8,11 @@ steps: name: Test on ${MOLECULE_DISTRO} 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 + secrets: [ auth_duo_host, auth_duo_ikey, auth_duo_skey ] when: event: - push