remove single quotes

This commit is contained in:
2025-11-23 18:30:34 +01:00
parent d591ab5c4d
commit 7136d2ce3a
+1 -1
View File
@@ -21,7 +21,7 @@
- name: Set NRPE package location
set_fact:
nrpe_location:
"{% if ansible_facts['os_family'] == 'Debian' %}'/usr/lib/nagios/plugins/memory_usage.py'{% elif ansible_facts['os_family'] == 'RedHat' %}/usr/local/nagios/libexec/{% else %}/usr/local/libexec/nagios/{% endif %}"
"{% if ansible_facts['os_family'] == 'Debian' %}/usr/lib/nagios/plugins/memory_usage.py{% elif ansible_facts['os_family'] == 'RedHat' %}/usr/local/nagios/libexec/{% else %}/usr/local/libexec/nagios/{% endif %}"
register: nrpe_package_location_set
- name: Debug NRPE package info