Merge "Fix BOOTSTRAP_OPTS" into stable/queens

This commit is contained in:
Zuul 2018-03-19 16:32:59 +00:00 committed by Gerrit Code Review
commit 2e5255183c
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ pushd tests
else
/opt/ansible-runtime/bin/ansible-playbook bootstrap-aio.yml \
-i test-inventory.ini \
-e "${BOOTSTRAP_OPTS}"
-e ${BOOTSTRAP_OPTS}
fi
popd