File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,16 @@ The error output from the command was:
3636Using the VBOX image directly from Oracle instead of the Vagrantup.com image
3737gives us the VirtualBox utilities installed by default.
3838
39-
39+ PS: There have been problems with the Vagrant plugin "vagrant-vbguest".
40+ If you experience issues with the VirtualBox guest additions not being updated properly
41+ and therefore e.g. ansible_local can not run because of a missing /vagrant shared folder please
42+ consider removing the Vagrant plugin "vagrant-vbguest" as follows:
43+
44+ ``` vagrant plugin uninstall vagrant-vbguest
45+ Uninstalling the 'vagrant-vbguest' plugin...
46+ Successfully uninstalled micromachine-2.0.0
47+ Successfully uninstalled vagrant-vbguest-0.15.1
48+ ```
4049
4150# Regarding port numbers that Kafka uses
4251
You can’t perform that action at this time.
0 commit comments