base: Install curl to all hosts

This commit is contained in:
Timo Makinen 2020-09-03 20:24:25 +00:00
parent 5edbeef97a
commit e10d84305a
2 changed files with 2 additions and 0 deletions

View file

@ -14,6 +14,7 @@
state: installed
with_items:
- bash-- # lots of scripts rely on this
- curl-- # curl
- rsync-- # rsync
- vim--no_x11 # we need real vim

View file

@ -17,6 +17,7 @@
with_items:
- bind-utils # dig
- bzip2 # bzip
- curl # curl
- iotop # monitor io usage
- mailx # send mail from cmd
- nc # netcat