mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 18:41:38 +08:00
nagios_client: the check_systemd_units is in scripts, not script
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user