Skip to content
Snippets Groups Projects
Verified Commit c052d445 authored by Chris Croome's avatar Chris Croome
Browse files

add whitespace to tempplate

parent 91d20c14
No related branches found
No related tags found
No related merge requests found
Pipeline #27433 passed
......@@ -4,6 +4,7 @@
[{{ mariadb_cnf_section.key }}]
{% for mariadb_cnf_variable_pair in mariadb_cnf_section.value | dict2items %}
{{ mariadb_cnf_variable_pair.key }}{% if mariadb_cnf_variable_pair.value is defined %} = {{ mariadb_cnf_variable_pair.value }}{% endif %}
{% endfor %}
{% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment