mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
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:
@@ -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] }}
|
||||
|
||||
Reference in New Issue
Block a user