From 2299596613b62fd2fc469128775e3face656a2b9 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Mon, 16 Sep 2019 11:53:37 +1000 Subject: [PATCH] DCD-658: Add injection of custom parameters to the ansible commandline. --- bin/ansible-with-atl-env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ansible-with-atl-env b/bin/ansible-with-atl-env index 14a9938..393cb02 100755 --- a/bin/ansible-with-atl-env +++ b/bin/ansible-with-atl-env @@ -15,4 +15,4 @@ set +a # Use Ansible from virtualenv if provided pipenv run \ - ansible-playbook -v -i $INV $PLAYBOOK 2>&1 | tee --append $LOG_FILE + ansible-playbook -v -i $INV $ATL_DEPLOYMENT_REPOSITORY_CUSTOM_PARAMS $PLAYBOOK 2>&1 | tee --append $LOG_FILE