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:
Tim Flink 2020-05-22 18:07:30 -06:00
parent 4101428763
commit 8a852177db

View file

@ -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