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 - config
- watchdog - watchdog
- base - base
notify: restart watchdog notify: Restart watchdog
- name: Set watchdog to run on boot - name: Set watchdog to run on boot
service: name=watchdog enabled=yes service: name=watchdog enabled=yes
ignore_errors: true ignore_errors: true
notify: notify:
- restart watchdog - Restart watchdog
tags: tags:
- service - service
- watchdog - watchdog