dotfiles/tasks/applications.yml
Jake Howard 94d483e7b7
Stop manually skipping packages
It's now a bit faster, and I can live with it. This is also much simpler now!
2020-06-15 12:33:03 +01:00

38 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