EvoBSD/roles/nagios-nrpe/handlers/main.yml

7 lines
120 B
YAML
Raw Normal View History

2018-12-28 11:23:49 +01:00
---
- name: restart nrpe
ansible.builtin.service:
2018-12-28 11:23:49 +01:00
name: nrpe
state: restarted
when: nrpe_exists.stat.exists