nagios_client: the check_systemd_units is in scripts, not script
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
5a915ea8ea
commit
cebb78ed82
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
- nagios_client
|
||||
|
||||
- name: install nrpe check for systemd unit
|
||||
copy: src="script/{{ item }}" dest="{{ libdir }}/nagios/plugins/{{ item }}" mode=0775 owner=nagios group=nagios
|
||||
copy: src="scripts/{{ item }}" dest="{{ libdir }}/nagios/plugins/{{ item }}" mode=0775 owner=nagios group=nagios
|
||||
with_items:
|
||||
- check_systemd_units
|
||||
when: inventory_hostname.startswith('pagure')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue