nagios: fix task to match the real template name

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi
2025-06-21 11:45:49 -07:00
parent 02afe3c704
commit aeaa0811c4

View File

@@ -501,7 +501,7 @@
- name: Build out nagios hostgroup templates (iad2)
ansible.builtin.template: src=nagios/hostgroups/{{item}}.j2 dest=/etc/nagios/hostgroups/{{item}} mode=0644 owner=root group=root
with_items:
- "all.{{datacenter}}.cfg"
- "all.cfg.{{datacenter}}"
- vpnclients.cfg
- nomail.cfg
- checkswap.cfg