Merge "Do not source openstack-ansible.rc when pulling roles"

This commit is contained in:
Zuul 2017-10-26 21:57:04 +00:00 committed by Gerrit Code Review
commit 846892e3d7

View File

@ -282,7 +282,7 @@ if [ -f "${ANSIBLE_ROLE_FILE}" ]; then
--force
elif [[ "${ANSIBLE_ROLE_FETCH_MODE}" == 'git-clone' ]];then
pushd tests
ansible-playbook get-ansible-role-requirements.yml \
/opt/ansible-runtime/bin/ansible-playbook get-ansible-role-requirements.yml \
-i ${OSA_CLONE_DIR}/tests/test-inventory.ini \
-e role_file="${ANSIBLE_ROLE_FILE}" \
-vvv