diff --git a/bin/ansible-with-atl-env b/bin/ansible-with-atl-env index 3833140..c58cd46 100755 --- a/bin/ansible-with-atl-env +++ b/bin/ansible-with-atl-env @@ -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