From dc28eb9c6ca132de19b8c4bf509e8070a3118b31 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 26 Sep 2016 00:26:21 +0000 Subject: [PATCH] fix typo --- roles/nagios/client/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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