In both cases, it you use manalize tool, update it !!!
manalize selfupdate
Not future proof, but you won't loose you current virtual machine and related data (databases and so)
patch -p0 < <(curl https://gist.githubusercontent.com/nervo/71558ceb37a3cefedb83942beaddeafa/raw/98611dd3689457eebf6ec42370a99aa74764d49e/hyphen-gate.patch)
vagrant up && vagrant ssh -c "cd /etc/ansible/roles && sudo mv manala.ansible-galaxy manala.ansible_galaxy && sudo mv manala.mongo-express manala.mongo_express && sudo mv manala.opcache-dashboard manala.opcache_dashboard"
make update-ansible
Give your project a chance for future generations. You will loose your current virtual machine, but you will win quietude for next decades.
vagrant destroy
patch -p0 < <(curl https://gist.githubusercontent.com/nervo/71558ceb37a3cefedb83942beaddeafa/raw/98611dd3689457eebf6ec42370a99aa74764d49e/hyphen-gate.patch)
In your Vagrantfile:
:box_version => '~> 4.0.x',
->:box_version => '~> 4.0.5',
(or2.0.10
or3.0.16
, it depends)Vagrant.require_version '>= 2.2.1'
->Vagrant.require_version '>= 2.2.5'
(that's sugar, but hey, sugar is life, no ?)
make setup