fix(php): fix typo in php.ini

This commit is contained in:
s3lph 2023-02-07 22:12:29 +01:00
parent 7a1f8f9342
commit a170e1efc0
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -1,7 +1,7 @@
{{ ansible_managed | comment(decoration=';;') }}
{% for name, section in php_ini.items() %}
[name]
[{{ name }}]
{% for key, value in section.items() %}
{{ key }}={{ value }}
{% endfor %}