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