From 16b84b080d376855b5a65cec6dba0ee930137450 Mon Sep 17 00:00:00 2001 From: Alexander Grothe Date: Fri, 3 Aug 2018 12:29:20 +0200 Subject: [PATCH] Add notification --- roles/yavdr-common/tasks/configure_system.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/yavdr-common/tasks/configure_system.yml b/roles/yavdr-common/tasks/configure_system.yml index e0e0928..37e310a 100644 --- a/roles/yavdr-common/tasks/configure_system.yml +++ b/roles/yavdr-common/tasks/configure_system.yml @@ -12,6 +12,7 @@ question: dash/sh value: 'false' vtype: select + notify: ['Reconfigure unattended upgrades with dpkg'] - name: create vdr group group: gid: '{{ vdr.gid }}'