diff --git a/roles/php/templates/etc/php/conf.d/99-nextcloud.ini.j2 b/roles/php/templates/etc/php/conf.d/99-nextcloud.ini.j2 index 266aeae..da0aa92 100644 --- a/roles/php/templates/etc/php/conf.d/99-nextcloud.ini.j2 +++ b/roles/php/templates/etc/php/conf.d/99-nextcloud.ini.j2 @@ -2,7 +2,7 @@ {% for name, section in php_ini.items() %} [name] -{% endfor %}{% for key, value in section.items() %} +{% for key, value in section.items() %} {{ key }}={{ value }} {% endfor %}