Merge "Load extra variables correctly in wrapper"

This commit is contained in:
Zuul 2019-06-05 17:54:16 +00:00 committed by Gerrit Code Review
commit 0aa49d63c6
1 changed files with 1 additions and 1 deletions

View File

@ -87,5 +87,5 @@ if [ "${RUN_CMD}" == "openstack-ansible" ] || [ "${RUN_CMD}" == "ansible-playboo
echo "==============================================================================="
exit "${PLAYBOOK_RC}"
else
${RUN_CMD} "${@}"
${RUN_CMD} "${@}" ${VAR1}
fi