mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
Redirects stderr to stdout in bootstrap script so all logs are output to
logfile
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