mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 05:20:49 +08:00
nagios: fix task to match the real template name
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user