ITPLT-637 bitbucket build dir is world-writable, so ansible-galaxy ignores ansible.cfg unless it's explicitly defined like so

This commit is contained in:
Lee Goolsbee
2022-02-07 18:16:17 -06:00
parent 3ea9a0dcca
commit 92689b523a
2 changed files with 37 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ pipelines:
services:
- docker
script:
- export ANSIBLE_CONFIG=./ansible.cfg
- ./bin/install-ansible --dev
- cd roles/{{ spath.parts[2] }}
- pipenv run molecule test -s {{ spath.parts[4] }}