OULibraries / ansible-role-centos7

Base CentOS7 role for OULib.
MIT License
0 stars 1 forks source link

handle vbox guest additions #19

Closed jsnshrmn closed 7 years ago

jsnshrmn commented 7 years ago

reinstall vbox guest additions from iso.

Motivation and Context

old vagrant boxes get angry fast upon reboot

How Has This Been Tested?

vagrant hallt && vagrant up currently, this is very blow-upy

jsnshrmn commented 7 years ago

Currently testing a slight change

If all else fails, we can ditch this altogether and just require: https://github.com/dotless-de/vagrant-vbguest although it has its own issues.

jsnshrmn commented 7 years ago

Ah, found the source of my woes. It's a virtualbox issue https://www.virtualbox.org/ticket/15579

I'll work on implementing the workaround here.

jsnshrmn commented 7 years ago

Made some changes that make this less blow-upy