dotfiles/tasks/applications.yml

46 lines
936 B
YAML
Raw Normal View History

2019-04-09 20:27:13 +01:00
- name: "Install Virtualbox dependencies"
aur:
skip_installed: true
name: "{{ item }}"
become: true
become_user: aur_builder
when: "item not in installed_packages.stdout_lines"
loop:
2019-04-09 20:27:13 +01:00
- 'virtualbox-host-modules-arch'
- 'virtualbox-guest-modules-arch'
2019-03-14 21:34:29 +00:00
- name: "Install general applications"
aur:
skip_installed: true
name: "{{ item }}"
become: true
become_user: aur_builder
when: "item not in installed_packages.stdout_lines"
loop:
2019-03-14 21:34:29 +00:00
- 'bleachbit'
- 'brave-bin'
- 'clamtk'
- 'etcher'
- 'filezilla'
- 'firefox'
- 'gimp'
- 'ghostwriter'
- 'glogg'
- 'google-earth-pro'
- 'gparted'
2019-04-09 20:04:46 +01:00
- 'hplip'
2019-03-14 21:34:29 +00:00
- 'inkscape'
- 'kdenlive'
- 'kodi'
- libreoffice-fresh
- libreoffice-fresh-en-gb
2019-03-14 21:34:29 +00:00
- 'minecraft'
- 'obs-studio'
- 'slack-desktop'
- 'steam'
- 'thunderbird'
2019-10-02 21:39:23 +01:00
- 'tor-browser'
2019-03-14 21:34:29 +00:00
- 'virtualbox'
- 'vlc'
2019-04-09 20:04:46 +01:00
- 'xsane'