add bash and emacs by default on openbsd

This commit is contained in:
Timo Makinen 2019-05-23 17:38:03 +03:00
parent 12b270c57b
commit 011aafca1c

View file

@ -13,6 +13,8 @@
name: "{{ item }}" name: "{{ item }}"
state: installed state: installed
with_items: with_items:
- bash # lots of scripts rely on this
- emacs--no_x11 # better editor :)
- iftop # monitor interfaces - iftop # monitor interfaces
- vim--no_x11 # we need real vim - vim--no_x11 # we need real vim