DCD-880: Add option to override ansible playbook params at invocation

This commit is contained in:
Ben Partridge
2020-01-03 15:56:06 +11:00
parent f3d5e19674
commit 8ba60b6586

View File

@@ -20,6 +20,7 @@ set +a
pipenv run \
ansible-playbook -v \
$ATL_DEPLOYMENT_REPOSITORY_CUSTOM_PARAMS \
-e "${PLAYBOOK_INVOCATION_EXTRA_PARAMS}" \
-i $INV \
$PLAYBOOK \
2>&1 | tee --append $LOG_FILE