DCD-658: Break up commandline for clarity.

This commit is contained in:
Steve Smith
2019-09-16 11:56:22 +10:00
parent 2299596613
commit c687f8ab76

View File

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