Skip to content

Commit 614afab

Browse files
jmontleondjzager
authored andcommitted
Disable buffered output (#52)
1 parent 1acbe46 commit 614afab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

files/usr/bin/entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ else
9090
fi
9191

9292
# Invoke ansible-runner
93+
export PYTHONUNBUFFERED=True
9394
ansible-runner run --ident $ACTION --playbook $PLAYBOOK /opt/apb
9495
EXIT_CODE=$(cat /opt/apb/artifacts/$ACTION/rc)
9596

0 commit comments

Comments
 (0)