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

17 lines
281 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-12-19 23:10:43 +00:00
- emacs
2019-11-23 13:19:08 +00:00
- firefox
- liberation-ttf
2019-12-19 22:58:05 +00:00
- mate-terminal
2019-11-23 13:19:08 +00:00
- vim-gtk3
- xlockmore-lite