From ba1f088be7bae13509d9f7252c7a1d35495c3545 Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Mon, 1 Feb 2016 21:01:52 +0100 Subject: [PATCH] Add dnsutils on to common/Debian. --- roles/common/tasks/Debian.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/common/tasks/Debian.yml b/roles/common/tasks/Debian.yml index 1ccf468..f98ebb3 100644 --- a/roles/common/tasks/Debian.yml +++ b/roles/common/tasks/Debian.yml @@ -16,6 +16,7 @@ - name: Install misc software apt: name={{ item }} state=present with_items: + - dnsutils - htop - pydf - vim-nox