mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
nagios: fixing template name, didn't see the j2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user