diff --git a/scripts/bootstrap-ansible.sh b/scripts/bootstrap-ansible.sh index 17b8e68dc7..9bef290d86 100755 --- a/scripts/bootstrap-ansible.sh +++ b/scripts/bootstrap-ansible.sh @@ -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 diff --git a/tests/get-ansible-role-requirements.yml b/scripts/get-ansible-role-requirements.yml similarity index 100% rename from tests/get-ansible-role-requirements.yml rename to scripts/get-ansible-role-requirements.yml