From cebb78ed82cf0abfbaa8422edecc7f2e4f5d9eb2 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 25 Mar 2021 13:58:20 -0700 Subject: [PATCH] nagios_client: the check_systemd_units is in scripts, not script Signed-off-by: Kevin Fenzi --- roles/nagios_client/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nagios_client/tasks/main.yml b/roles/nagios_client/tasks/main.yml index 6a5e0f6436..668f4ece70 100644 --- a/roles/nagios_client/tasks/main.yml +++ b/roles/nagios_client/tasks/main.yml @@ -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')