This commit is contained in:
2025-11-23 17:04:15 +01:00
parent 60c1ca65d6
commit b3d616c5d2
+1 -2
View File
@@ -22,7 +22,7 @@
set_fact:
nrpe_location: >
{% if ansible_facts['os_family'] == 'Debian' %}
"/usr/lib/nagios/plugins"
/usr/lib/nagios/plugins/
{% elif ansible_facts['os_family'] == 'RedHat' %}
/usr/local/nagios/libexec
{% else %}
@@ -121,4 +121,3 @@
when:
- nrpe_installed is defined
- psutil_installed is defined