We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4e246 commit bb95d69Copy full SHA for bb95d69
roles/icingaweb2/templates/ini_template.j2
@@ -8,6 +8,7 @@
8
{% elif value is iterable and (value is not string and value is not mapping) %}
9
{{ option }} = "{{ value | join(', ') }}"
10
{% elif value is string and "=" in value %}
11
+{{ option }} = "{{ value | quote }}"
12
{% else %}
13
{{ option }} = {{ value }}
14
{% endif %}
0 commit comments