Improve guest addon installation for VirtualBox Guests

This commit is contained in:
Alexander Grothe
2019-03-26 09:17:59 +01:00
parent c88f919380
commit 251a9b978d
3 changed files with 14 additions and 4 deletions

View File

@@ -13,3 +13,4 @@
when: (ansible_virtualization_type != "virtualbox" and ansible_virtualization_role != "guest")
# ubuntu-drivers-common tries to autoinstall
# conflicting packages for virtualbox in Ubuntu 16.04 and 18.04 :(
# also alternates between virtualbox-guest-dkms and virtualbox-guest-dkms-hwe on successive runs