nagios_client: the check_systemd_units is in scripts, not script

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-03-25 13:58:20 -07:00
parent 5a915ea8ea
commit cebb78ed82

View file

@ -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')