Vagrant provision live output

前端 未结 3 1490
一向
一向 2021-02-07 02:58

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

3条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-07 03:19

    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

提交回复
热议问题