From 8888b8c1836e2f09311f862503c6609d8f0ed935 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Mon, 23 Sep 2019 09:08:54 +1000 Subject: [PATCH] DCD-662: Update custom params var name to match QuickStarts. --- 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 55b6e8e..29d5fee 100755 --- a/bin/ansible-with-atl-env +++ b/bin/ansible-with-atl-env @@ -16,7 +16,7 @@ set +a # Use Ansible from virtualenv if provided pipenv run \ ansible-playbook -v \ - $ATL_ANSIBLE_EXTRA_PARAMS \ + $ATL_DEPLOYMENT_REPOSITORY_CUSTOM_PARAMS \ -i $INV \ $PLAYBOOK \ 2>&1 | tee --append $LOG_FILE