bertvv / ansible-skeleton

An opinionated skeleton for Ansible projects with a development environment powered by Vagrant.
MIT License
100 stars 32 forks source link

Have `vagrant provision` generate live output on Windows #2

Closed bertvv closed 9 years ago

bertvv commented 9 years ago

See https://stackoverflow.com/questions/18944855/vagrant-provision-live-output

export PYTHONUNBUFFERED=1

bertvv commented 9 years ago

Should be fixed by https://github.com/mitchellh/vagrant/pull/2275