Install virtualbox dependencies first

This commit is contained in:
Jake Howard 2019-04-09 20:27:13 +01:00
parent 5848d767e1
commit 46332446da
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -1,3 +1,14 @@
- name: "Install Virtualbox dependencies"
aur:
skip_installed: true
name: "{{ item }}"
become: true
become_user: aur_builder
when: "item not in installed_packages.stdout_lines"
with_items:
- 'virtualbox-host-modules-arch'
- 'virtualbox-guest-modules-arch'
- name: "Install general applications"
aur:
skip_installed: true
@ -31,8 +42,6 @@
- 'thunderbird'
- 'tor-browser'
- 'virtualbox'
- 'virtualbox-host-modules-arch'
- 'virtualbox-guest-modules-arch'
- 'vivaldi'
- 'vlc'
- 'whatsie'