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