base: fix another handler case

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-01-16 14:52:49 -08:00
parent 1e77199920
commit e196958322

View file

@ -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