quotes in dir path??

This commit is contained in:
2025-11-23 16:21:33 +01:00
parent c57defd0a8
commit efa0474add
+3 -3
View File
@@ -22,11 +22,11 @@
set_fact: set_fact:
nrpe_location: > nrpe_location: >
{% if ansible_facts['os_family'] == 'Debian' %} {% if ansible_facts['os_family'] == 'Debian' %}
"/usr/lib/nagios/plugins" /usr/lib/nagios/plugins
{% elif ansible_facts['os_family'] == 'RedHat' %} {% elif ansible_facts['os_family'] == 'RedHat' %}
"/usr/local/nagios/libexec" /usr/local/nagios/libexec
{% else %} {% else %}
"/usr/local/libexec/nagios" /usr/local/libexec/nagios
{% endif %} {% endif %}
register: nrpe_package_location_set register: nrpe_package_location_set