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

17 lines
301 B
YAML

---
- name: Install GUI packages
become: true
pkgin:
name: '{{ packages }}'
state: present
vars:
packages:
- adwaita-icon-theme
- atril
- firefox
- fvwm
- liberation-ttf
- mate-terminal
- rxvt-unicode
- vim-gtk3
- xlockmore-lite