base: Use explicit package names for OpenBSD
This commit is contained in:
parent
f60fb7f88c
commit
f1468b0f1f
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: installed
|
state: installed
|
||||||
with_items:
|
with_items:
|
||||||
- bash # lots of scripts rely on this
|
- bash-- # lots of scripts rely on this
|
||||||
- rsync # rsync
|
- rsync-- # rsync
|
||||||
- vim--no_x11 # we need real vim
|
- vim--no_x11 # we need real vim
|
||||||
|
|
||||||
- name: disable nightly cron noise
|
- name: disable nightly cron noise
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue