From 8ba60b6586a3c07ce06c9fbbfbb969fa13a78592 Mon Sep 17 00:00:00 2001 From: Ben Partridge Date: Fri, 3 Jan 2020 15:56:06 +1100 Subject: [PATCH] DCD-880: Add option to override ansible playbook params at invocation --- bin/ansible-with-atl-env | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/ansible-with-atl-env b/bin/ansible-with-atl-env index 3685381..e021bcb 100755 --- a/bin/ansible-with-atl-env +++ b/bin/ansible-with-atl-env @@ -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