workstation/roles/debian/tasks/packages-gui.yml

33 lines
614 B
YAML
Raw Normal View History

2019-10-21 08:09:44 +00:00
---
- name: Install GUI packages
2019-10-21 08:09:44 +00:00
become: true
apt:
name: '{{ packages }}'
state: present
force_apt_get: yes
vars:
packages:
- dconf-cli
- desktop-base
- emacs
- evolution
- galculator
- git-gui
2020-04-20 07:30:55 +00:00
- gnome-tweaks
2020-04-29 18:14:53 +00:00
- latexmk
- libcanberra-gtk-module
2019-10-21 08:09:44 +00:00
- mpv
2020-04-20 07:30:55 +00:00
- nautilus-nextcloud
2019-10-21 08:09:44 +00:00
- nextcloud-desktop
- remmina
- rxvt-unicode
- task-british-desktop
2020-04-20 07:30:55 +00:00
- task-gnome-desktop
- task-print-server
2020-04-29 18:14:53 +00:00
- texlive
- texlive-pictures
- texlive-science
2019-10-21 08:09:44 +00:00
- vim-gtk
- xinput
- xterm