Fix renamed handler for restart nrpe

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-01-24 14:01:45 -08:00
parent ddd9e76975
commit 9876752df2
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -1,3 +1,3 @@
---
- name: restart nrpe
- name: Restart nrpe
service: name=nrpe state=restarted

View file

@ -58,7 +58,7 @@
state=file
ignore_errors: true
notify:
- restart nrpe
- Restart nrpe
tags:
- fedmsgmonitor