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

18 lines
292 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
2019-11-28 16:30:11 +00:00
- dbus
2019-11-23 13:19:08 +00:00
- firefox
- liberation-ttf
2019-11-28 16:30:11 +00:00
- mate
2019-11-23 13:19:08 +00:00
- rxvt-unicode
- vim-gtk3
- xlockmore-lite