; Ansible managed {% if php_fpm_config is defined %} {% for key, value in php_fpm_config.items() %} {{ key }} = {{ value }} {% endfor %} {% endif %}