Merge "Move get-ansible-role-requirements to scripts"

This commit is contained in:
Zuul 2018-08-04 17:40:04 +00:00 committed by Gerrit Code Review
commit 82f57c7b25
2 changed files with 1 additions and 2 deletions

View File

@ -209,9 +209,8 @@ if [ -f "${ANSIBLE_ROLE_FILE}" ]; then
export ANSIBLE_STRATEGY_PLUGINS="/dev/null"
export ANSIBLE_CONFIG="none-ansible.cfg"
pushd tests
pushd scripts
/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}"
popd