From c7b248534eae1913985ae4b07353194125deb832 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de> Date: Fri, 5 May 2023 12:31:41 +0200 Subject: [PATCH] feat: restart updated services automatically --- tasks/install_needrestart.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/install_needrestart.yml b/tasks/install_needrestart.yml index 5f51736..52c4bee 100644 --- a/tasks/install_needrestart.yml +++ b/tasks/install_needrestart.yml @@ -12,3 +12,4 @@ mode: "0644" block: | $nrconf{'nagios-status'}->{sessions} = 0; + $nrconf{restart} = 'a'; -- GitLab