From 84e37e7df9a0e03a00e52618944882e514673586 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Tue, 17 Sep 2019 08:48:30 +1000 Subject: [PATCH] DCD-658: Rename extra parameter variable for clarity. --- bin/ansible-with-atl-env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/ansible-with-atl-env b/bin/ansible-with-atl-env index 599a2f9..55b6e8e 100755 --- a/bin/ansible-with-atl-env +++ b/bin/ansible-with-atl-env @@ -15,8 +15,8 @@ set +a # Use Ansible from virtualenv if provided pipenv run \ - ansible-playbook \ - -v $ATL_DEPLOYMENT_REPOSITORY_CUSTOM_PARAMS \ + ansible-playbook -v \ + $ATL_ANSIBLE_EXTRA_PARAMS \ -i $INV \ $PLAYBOOK \ 2>&1 | tee --append $LOG_FILE