This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
2.3.0
Changed
- The template
Vagrantfile
was changed to allow downloading roles from Ansible Galaxy
Added
- Provisioning now installs nvm, using the leanbit.nvm role from Ansible Galaxy
Updating to 2.3.0
- Updating to this version requires updates to your project's
Vagrantfile
: - Re-run the-vagrant's installer with
vendor/bin/the-vagrant-installer
to get the latest version; this will overwrite any customizations you've made. - - OR - Add the changes to the
Vagrantfile
shown in PR #56 (the current default Node version is 8) - Re-run the provisioning with
vagrant reload --provision
; this will addnvm
to your existing box.
This update does not require destroying your current vagrant box.