Merge "Stop running get-ansible-role-requirements with -vvv"

This commit is contained in:
Zuul 2018-03-19 07:18:29 +00:00 committed by Gerrit Code Review
commit 22ba51997f
1 changed files with 1 additions and 2 deletions

View File

@ -318,8 +318,7 @@ if [ -f "${ANSIBLE_ROLE_FILE}" ]; then
pushd tests
/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
-e role_file="${ANSIBLE_ROLE_FILE}"
popd
unset ANSIBLE_LIBRARY