base: fix another handler case
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
1e77199920
commit
e196958322
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue