library/roles/nagios/tasks/nagios.yml: Restart, not reload, the nrpe server after changing the tasks.

This commit is contained in:
Andrea Dell'Amico 2018-01-26 16:50:41 +01:00
parent d1672fe4fb
commit d2db6b59bf
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
- name: Install the global nrpe commands file
template: src=common-nrpe.cfg.j2 dest=/etc/nagios/nrpe.d/common.cfg owner=root group=root mode=444
notify: Reload NRPE server
notify: Restart NRPE server
tags: [ 'nagios', 'nrpe', 'nrpe_cfg' ]
- name: set the NRPE ACL