Fix renamed handler for restart nrpe
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
ddd9e76975
commit
9876752df2
3 changed files with 3 additions and 3 deletions
|
@ -129,7 +129,7 @@
|
|||
ansible.builtin.template: src=copr_nrpe.cfg
|
||||
dest=/etc/nrpe.d/copr_nrpe.cfg
|
||||
notify:
|
||||
- restart nrpe
|
||||
- Restart nrpe
|
||||
tags:
|
||||
- nagios_client
|
||||
- copr_cdn
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
- name: restart nrpe
|
||||
- name: Restart nrpe
|
||||
service: name=nrpe state=restarted
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
state=file
|
||||
ignore_errors: true
|
||||
notify:
|
||||
- restart nrpe
|
||||
- Restart nrpe
|
||||
tags:
|
||||
- fedmsgmonitor
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue