add handlers & some minors corrections

This commit is contained in:
Ludovic Cartier
2024-12-31 16:13:31 +01:00
parent e400414802
commit 4bb3edc19f
2 changed files with 5 additions and 6 deletions

5
handlers/main.yml Normal file
View File

@ -0,0 +1,5 @@
---
- name: restart nagios-nrpe-server
systemd_service:
name: nagios-nrpe-server
state: restarted