From 79303d999c1fcbd61bdfeeb540e460b767b8ebae Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Mon, 11 Apr 2016 22:39:59 +0200 Subject: [PATCH] Add apt-dater-host to default installed packages. --- 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 6b0dcd7..a7e161d 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: + - apt-dater-host - dnsutils - htop - openssl