nagios: make referenced filenames match filesystem
The filename for a template didn't match the file that's in git. Fixed the filename in the playbook since the naming convention for the files seemed consistent.
This commit is contained in:
parent
4101428763
commit
8a852177db
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:
|
||||
- mgmt-http.cfg
|
||||
- phx2-mgmt.cfg.j2
|
||||
when: nagios_location == 'phx2_internal'
|
||||
tags:
|
||||
- nagios_server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue