Is there a way to get Vagrant to display the output of the provisioning tool as it runs, rather than just at the end? I\'m using the Ansible plugin if that matters.
Vagr
I found this:
export PYTHONUNBUFFERED=1
here: https://groups.google.com/forum/#!topic/ansible-project/aXutTmXAbR0
and added it here: https://github.com/mitchellh/vagrant/issues/2194