dotfiles/tasks/applications.yml

37 lines
614 B
YAML
Raw Normal View History

- name: Install Virtualbox dependencies
2019-04-09 20:27:13 +01:00
aur:
name: "{{ item }}"
become: true
become_user: aur_builder
loop:
- virtualbox-host-dkms
2019-04-09 20:27:13 +01:00
- name: Install general applications
2019-03-14 21:34:29 +00:00
aur:
name: "{{ item }}"
become: true
become_user: aur_builder
loop:
- bleachbit
- clamtk
- filezilla
- firefox
- gimp
- ghostwriter
- gparted
- hplip
- inkscape
- kdenlive
- kodi
- libreoffice-fresh
- libreoffice-fresh-en-gb
- minecraft
- obs-studio
- slack-desktop
- steam
- thunderbird
- tor-browser
- virtualbox
- vlc
- xsane