From 3d7a7b94bbd03bfa9054a0ab289bc0232dbd33e2 Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Tue, 21 Apr 2026 14:18:41 +0200 Subject: fix: while we do not have handlers yet, we cannot notify :-) --- roles/patch_suse/tasks/main.yaml | 1 - 1 file changed, 1 deletion(-) (limited to 'roles/patch_suse') diff --git a/roles/patch_suse/tasks/main.yaml b/roles/patch_suse/tasks/main.yaml index 21bc882..5e42b7d 100644 --- a/roles/patch_suse/tasks/main.yaml +++ b/roles/patch_suse/tasks/main.yaml @@ -57,7 +57,6 @@ register: nrout changed_when: nrout.rc|int == 102 failed_when: nrout.rc|int != 102 and nrout.rc|int != 0 - notify: "Reboot if required" # we listen to "suse upd" here in case a previous reboot was skipped. Change to "suse updates available" if undesired. name: Check reboot requirement - block: -- cgit v1.2.3