mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user