Merged in DCD-407-jdbc-url-for-aurora (pull request #3)

Allow for JDBC Query params and include stderr in bootstrap logs

Approved-by: Steve Smith <ssmith@atlassian.com>
This commit is contained in:
Ben Partridge
2019-06-04 07:02:41 +00:00
committed by Steve Smith
8 changed files with 146 additions and 2 deletions

View File

@@ -18,4 +18,4 @@ if [[ -f .venv/bin/ansible ]]; then
source .venv/bin/activate
fi
ansible-playbook -v -i $INV $PLAYBOOK | tee --append $LOG_FILE
ansible-playbook -v -i $INV $PLAYBOOK 2>&1 | tee --append $LOG_FILE