From a5038c653026abc44c1a8b34d1d0e61d1f4ded81 Mon Sep 17 00:00:00 2001 From: Danny de Kooker Date: Sat, 8 Jun 2024 15:35:21 +0200 Subject: [PATCH] change when for notification --- Maintenance/maint-reboot-required.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Maintenance/maint-reboot-required.yaml b/Maintenance/maint-reboot-required.yaml index 70903af..c631437 100644 --- a/Maintenance/maint-reboot-required.yaml +++ b/Maintenance/maint-reboot-required.yaml @@ -46,4 +46,4 @@ body_format: json headers: Content-Type: application/json - when: rebooted_servers | length > 0 \ No newline at end of file + when: rebooted_servers | length != 0 \ No newline at end of file