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:
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 %}