From 8cb7bd4df03b4f1da7398443c11c3d118ec887b2 Mon Sep 17 00:00:00 2001 From: Danny de Kooker Date: Mon, 17 Jun 2024 09:03:21 +0200 Subject: [PATCH] Removed become from notification --- Testing/maint-reboot-required-notify.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Testing/maint-reboot-required-notify.yaml b/Testing/maint-reboot-required-notify.yaml index 60f2155..4227684 100644 --- a/Testing/maint-reboot-required-notify.yaml +++ b/Testing/maint-reboot-required-notify.yaml @@ -41,5 +41,6 @@ } body_format: json run_once: true + become: no delegate_to: localhost when: consolidated_results | length > 0 \ No newline at end of file