nagios: fixing template name, didn't see the j2
This commit is contained in:
parent
8a852177db
commit
4b5446f486
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@
|
|||
- name: Build out nagios services templates
|
||||
template: src=nagios/services/{{item}}.j2 dest=/etc/nagios/services/{{item}} mode=0644 owner=root group=root
|
||||
with_items:
|
||||
- phx2-mgmt.cfg.j2
|
||||
- phx2-mgmt.cfg
|
||||
when: nagios_location == 'phx2_internal'
|
||||
tags:
|
||||
- nagios_server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue