nagios: fixing template name, didn't see the j2

This commit is contained in:
Tim Flink 2020-05-22 18:35:30 -06:00
parent 8a852177db
commit 4b5446f486

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:
- phx2-mgmt.cfg.j2
- phx2-mgmt.cfg
when: nagios_location == 'phx2_internal'
tags:
- nagios_server