From 7c2b1ce55d86d733dda7ef7551453ec0c15aa748 Mon Sep 17 00:00:00 2001 From: Alexander Grothe Date: Mon, 13 Nov 2017 09:30:42 +0100 Subject: [PATCH] update handlers --- handlers/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/handlers/main.yml b/handlers/main.yml index 840b674..639af8c 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -1,3 +1,6 @@ +- name: Reconfigure unattended upgrades with dpkg + command: '/usr/sbin/dpkg-reconfigure --frontend noninteractive unattended-upgrades' + - name: Restart Samba systemd: name: smbd.service