From e1969583223516bcfda5265dc79c2e5673be4d1a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 16 Jan 2025 14:52:49 -0800 Subject: [PATCH] base: fix another handler case Signed-off-by: Kevin Fenzi --- roles/base/tasks/watchdog.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/base/tasks/watchdog.yml b/roles/base/tasks/watchdog.yml index ada64f00dc..83164fa293 100644 --- a/roles/base/tasks/watchdog.yml +++ b/roles/base/tasks/watchdog.yml @@ -23,13 +23,13 @@ - config - watchdog - base - notify: restart watchdog + notify: Restart watchdog - name: Set watchdog to run on boot service: name=watchdog enabled=yes ignore_errors: true notify: - - restart watchdog + - Restart watchdog tags: - service - watchdog