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

7 lines
117 B
YAML
Raw Normal View History

2019-11-10 17:05:01 +00:00
---
- name: Install NetBSD GUI packages
become: true
pkgin:
name: firefox,motif,vim-motif
2019-11-10 17:05:01 +00:00
state: present