Add Debian (#11)

* Add Debian

Add work for Debian 9, 10, 11 - which are the only ones still under
maintenance at this time

* Remove Virtualbox ISO file after install

* Fix Ubuntu 18.04 virtualbox
This commit is contained in:
Greg Hellings
2022-06-20 14:45:24 -05:00
committed by GitHub
parent cfd9ea5d56
commit 291ebbf82c
12 changed files with 272 additions and 27 deletions
+5
View File
@@ -54,3 +54,8 @@
ansible.builtin.package:
name: "{{ virtualbox_remove_packages | default([]) }}"
state: absent
- name: Remove file
ansible.builtin.file:
path: "{{ virtualbox_iso_location }}"
state: absent