library/roles/ubuntu-deb-general/defaults/main.yml: Install curl by default.

This commit is contained in:
Andrea Dell'Amico 2015-12-14 11:31:01 +01:00
parent 7793d60938
commit 05c509a683
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ common_packages:
- zile - zile
- dstat - dstat
- iotop - iotop
- curl
- wget - wget
- vim-tiny - vim-tiny
- psmisc - psmisc