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

18 lines
301 B
YAML
Raw Normal View History

---
- name: Install GUI packages
become: true
pkgin:
2019-11-23 13:19:08 +00:00
name: '{{ packages }}'
state: present
2019-11-23 13:19:08 +00:00
vars:
packages:
- adwaita-icon-theme
- atril
- firefox
- fvwm
- liberation-ttf
- mate-terminal
- rxvt-unicode
- vim-gtk3
- xlockmore-lite