8 lines
150 B
Text
8 lines
150 B
Text
|
; Ansible managed
|
||
|
|
||
|
{% if php_fpm_config is defined %}
|
||
|
{% for key, value in php_fpm_config.items() %}
|
||
|
{{ key }} = {{ value }}
|
||
|
{% endfor %}
|
||
|
{% endif %}
|