nagios: fix typo

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-11-17 16:30:06 -08:00
parent b9b35a09ed
commit 28fc20056a

View file

@ -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: