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

28 lines
499 B
YAML
Raw Normal View History

2019-10-21 08:09:44 +00:00
---
- name: Install Debian GUI packages
become: true
apt:
name: '{{ packages }}'
state: present
force_apt_get: yes
vars:
packages:
- caja-open-terminal
- dconf-cli
- desktop-base
- emacs
- evolution
- galculator
- git-gui
- mpv
- nextcloud-desktop
- redshift-gtk
- remmina
- rxvt-unicode
- seahorse
- task-british-desktop
- task-mate-desktop
- vim-gtk
- xinput
- xterm