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

27 lines
463 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
- emacs
- evolution
- galculator
- git-gui
2020-04-29 18:14:53 +00:00
- latexmk
- libcanberra-gtk-module
2019-10-21 08:09:44 +00:00
- mpv
- nextcloud-desktop
- remmina
- rxvt-unicode
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