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

25 lines
423 B
YAML
Raw Normal View History

2019-11-04 22:37:42 +00:00
---
- name: Install Ubuntu GUI packages
become: true
apt:
name: '{{ packages }}'
state: present
force_apt_get: yes
vars:
packages:
- caja-open-terminal
- dconf-cli
- emacs
- evolution
- galculator
- git-gui
- mpv
- nextcloud-desktop
- redshift-gtk
- remmina
- rxvt-unicode
- seahorse
- vim-gtk
- xinput
- xterm