add bash and emacs by default on openbsd
This commit is contained in:
parent
12b270c57b
commit
011aafca1c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue