quotes in dirname

This commit is contained in:
2025-11-23 16:30:18 +01:00
parent f956ec3cde
commit 60ed5b4237
+1 -1
View File
@@ -22,7 +22,7 @@
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 %}