Jake Howard
94d483e7b7
It's now a bit faster, and I can live with it. This is also much simpler now!
37 lines
634 B
YAML
37 lines
634 B
YAML
- name: Install Virtualbox dependencies
|
|
aur:
|
|
name: "{{ item }}"
|
|
become: true
|
|
become_user: aur_builder
|
|
loop:
|
|
- virtualbox-host-modules-arch
|
|
|
|
- name: Install general applications
|
|
aur:
|
|
name: "{{ item }}"
|
|
become: true
|
|
become_user: aur_builder
|
|
loop:
|
|
- bleachbit
|
|
- clamtk
|
|
- filezilla
|
|
- firefox
|
|
- gimp
|
|
- ghostwriter
|
|
- glogg
|
|
- gparted
|
|
- hplip
|
|
- inkscape
|
|
- kdenlive
|
|
- kodi
|
|
- libreoffice-fresh
|
|
- libreoffice-fresh-en-gb
|
|
- minecraft
|
|
- obs-studio
|
|
- slack-desktop
|
|
- steam
|
|
- thunderbird
|
|
- tor-browser
|
|
- virtualbox
|
|
- vlc
|
|
- xsane
|