Added tip about how to keep Virtualbox Guest Additions automatically up to date with Vagrant

This commit is contained in:
Jan Beilicke 2020-11-29 11:08:38 +00:00
parent 609ac2c3fa
commit 18f196a8e0

View file

@ -109,3 +109,10 @@ ansible-playbook -i /vagrant/provisioning/inventory.sample /vagrant/provisioning
This will not try to connect to itself via SSH using the defined IP address but instead uses the local connection.
### Keep the Virtualbox Guest Additions up to date with Vagrant
Install the Vagrant plugin `vagrant-vbguest`:
```
vagrant plugin install vagrant-vbguest
```