diff --git a/roles/nagios/client/tasks/main.yml b/roles/nagios/client/tasks/main.yml index 93ee9157b2..cacb7224ca 100644 --- a/roles/nagios/client/tasks/main.yml +++ b/roles/nagios/client/tasks/main.yml @@ -141,7 +141,7 @@ # So when adding or modifying them change the .j2 version in git. # - name: install nrpe bugyou fedmsg hubs check config - template: src=check_fedmsg_hub_procs_bugyou.j2 dest=/etc/nrpe.d/check_fedmsg_hub_procs_bugyou.cfg + template: src=check_fedmsg_hub_procs_bugyou.cfg.j2 dest=/etc/nrpe.d/check_fedmsg_hub_procs_bugyou.cfg when: inventory_hostname.startswith('bugyou01') notify: - restart nrpe