From eb5a2552a82883bfbdba4798a61816efdace31a2 Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Thu, 7 Apr 2016 16:09:04 +0200 Subject: [PATCH] FreeBSD has native htop now. --- roles/common/tasks/FreeBSD.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/common/tasks/FreeBSD.yml b/roles/common/tasks/FreeBSD.yml index f21d60a..161091a 100644 --- a/roles/common/tasks/FreeBSD.yml +++ b/roles/common/tasks/FreeBSD.yml @@ -17,6 +17,7 @@ pkgng: name={{ item }} state=present with_items: - vim-lite + - htop - zsh - name: Configure misc software