fix(php): fix typo in php.ini
This commit is contained in:
parent
7a1f8f9342
commit
a170e1efc0
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{{ ansible_managed | comment(decoration=';;') }}
|
{{ ansible_managed | comment(decoration=';;') }}
|
||||||
|
|
||||||
{% for name, section in php_ini.items() %}
|
{% for name, section in php_ini.items() %}
|
||||||
[name]
|
[{{ name }}]
|
||||||
{% for key, value in section.items() %}
|
{% for key, value in section.items() %}
|
||||||
{{ key }}={{ value }}
|
{{ key }}={{ value }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue