From b6cb14ba1277acf37019c2b2d2d07a5b753b15af Mon Sep 17 00:00:00 2001 From: Steppenstreuner <hofmann47@gmx.net> Date: Thu, 19 Oct 2023 10:41:39 +0200 Subject: [PATCH] (fix) handler-error, location of notify --- tasks/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 02a1163..0773885 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -28,5 +28,4 @@ masked: false scope: "{{ systemd_scope | default('system') }}" with_dict: "{{ timers }}" - - notify: Reload systemd + notify: Reload systemd -- GitLab