Install virtualbox dependencies first
This commit is contained in:
parent
5848d767e1
commit
46332446da
1 changed files with 11 additions and 2 deletions
|
@ -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"
|
- name: "Install general applications"
|
||||||
aur:
|
aur:
|
||||||
skip_installed: true
|
skip_installed: true
|
||||||
|
@ -31,8 +42,6 @@
|
||||||
- 'thunderbird'
|
- 'thunderbird'
|
||||||
- 'tor-browser'
|
- 'tor-browser'
|
||||||
- 'virtualbox'
|
- 'virtualbox'
|
||||||
- 'virtualbox-host-modules-arch'
|
|
||||||
- 'virtualbox-guest-modules-arch'
|
|
||||||
- 'vivaldi'
|
- 'vivaldi'
|
||||||
- 'vlc'
|
- 'vlc'
|
||||||
- 'whatsie'
|
- 'whatsie'
|
||||||
|
|
Loading…
Reference in a new issue