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
|
## Copy over the template command scripts
|
||||||
- name: Copy /etc/nagios/commands (templates)
|
- 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:
|
with_items:
|
||||||
- ping.cfg
|
- ping.cfg
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue