Use vim-motif, and exclude vim from non-GUI

This commit is contained in:
Anthony Rose 2019-11-10 17:24:57 +00:00
parent 130cb07c01
commit 048024de4e
2 changed files with 2 additions and 2 deletions

View file

@ -2,5 +2,5 @@
- name: Install NetBSD GUI packages
become: true
pkgin:
name: firefox,motif,vim-gtk3
name: firefox,motif,vim-motif
state: present

View file

@ -9,7 +9,7 @@
- name: Install NetBSD CLI packages
become: true
pkgin:
name: git,gnupg2,mc,mozilla-rootcerts-openssl,nmap,openvpn,pkgin,py37-pip,python37,sqlite3,sudo,tmux,vim,zsh
name: git,gnupg2,mc,mozilla-rootcerts-openssl,nmap,openvpn,pkgin,py37-pip,python37,sqlite3,sudo,tmux,zsh
state: present
- name: Enable wheel group to use sudo
become: true