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

17 lines
271 B
YAML
Raw Normal View History

2019-11-04 22:37:42 +00:00
---
- name: Install GUI packages
2019-11-04 22:37:42 +00:00
become: true
apt:
name: '{{ packages }}'
state: present
force_apt_get: yes
vars:
packages:
- emacs
- evolution
- galculator
- git-gui
- nextcloud-desktop
- remmina
- vim-gtk