dotfiles/tasks/applications.yml

52 lines
1.0 KiB
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"
with_items:
- '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"
with_items:
- 'bleachbit'
- 'brave-bin'
- 'caprine'
- 'clamtk'
- 'corebird'
- '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'
- 'minecraft'
2019-05-25 15:18:29 +01:00
- 'minetime'
2019-03-14 21:34:29 +00:00
- 'obs-studio'
- 'onlyoffice-bin'
- 'slack-desktop'
- 'steam'
- 'thunderbird'
- 'tor-browser-en'
2019-03-14 21:34:29 +00:00
- 'virtualbox'
- 'vivaldi'
- 'vlc'
- 'whatsie'
- 'wps-office'
- 'wps-office-extension-english-uk-dictionary'
2019-04-09 20:04:46 +01:00
- 'xsane'