Merged in DCD-662-fix-var-name (pull request #26)

DCD-662: Update custom params var name to match QuickStarts.

Approved-by: Ben Partridge <bpartridge@atlassian.com>
This commit is contained in:
Steve Smith
2019-09-22 23:59:15 +00:00

View File

@@ -16,7 +16,7 @@ set +a
# Use Ansible from virtualenv if provided # Use Ansible from virtualenv if provided
pipenv run \ pipenv run \
ansible-playbook -v \ ansible-playbook -v \
$ATL_ANSIBLE_EXTRA_PARAMS \ $ATL_DEPLOYMENT_REPOSITORY_CUSTOM_PARAMS \
-i $INV \ -i $INV \
$PLAYBOOK \ $PLAYBOOK \
2>&1 | tee --append $LOG_FILE 2>&1 | tee --append $LOG_FILE