DCD-386: Cleanups and clarifications.

This commit is contained in:
Steve Smith
2019-06-13 15:30:56 +10:00
parent 8925cd5af9
commit e1dab14a7f
3 changed files with 11 additions and 7 deletions

View File

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