Files
vms/ansible/roles/virtualbox/vars/Ubuntu_22.04.yml
T
Greg HellingsandGitHub 214b1974ca Fix virtualbox tools install (#9)
Ubuntu 22.04 has the tools available and does not need to install from
ISO. This was hanging, though no output seemed to indicate why. So we're
avoiding the ISO altogether and going with the Ubuntu packages
2022-06-19 15:15:35 -05:00

9 lines
168 B
YAML

virtualbox_packages:
- virtualbox-guest-utils
- bzip2
- tar
- build-essential
virtualbox_services: []
virtualbox_from_iso: false
virtualbox_remove_packages: []