Commit 980ca9d0 by John Jarvis

adding unbuffered python

parent 358a5e4b
......@@ -32,7 +32,6 @@ if [[ $first_in == "true" ]]; then
fi
ansible_limit="tag_Name_${environment}-${deployment}-${play}"
export PYTHONUNBUFFERED=1
env
ansible-playbook -v -u ubuntu $ansible_play -i ./ec2.py --limit $ansible_limit -e@"$WORKSPACE/configuration-secure/ansible/vars/${deployment}.yml" -e@"$WORKSPACE/configuration-secure/ansible/vars/${environment}-${deployment}.yml" $ansible_extra_vars
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment