nagios: fix typo
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
b9b35a09ed
commit
28fc20056a
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@
|
|||
|
||||
## Copy over the template command scripts
|
||||
- name: Copy /etc/nagios/commands (templates)
|
||||
templates: src=nagios/commands/{{ item }} dest=/etc/nagios/commands/{{ item }}
|
||||
template: src=nagios/commands/{{ item }} dest=/etc/nagios/commands/{{ item }}
|
||||
with_items:
|
||||
- ping.cfg
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue