{% if ansible_controlled is defined and ansible_controlled != "" %} ; ; {{ ansible_controlled }} ; {% endif %} ; ; local PHP configuration overrides for php-cli ; {% if php_local_config is defined %} {% set _dummy = php_config.update(php_local_config) %} {% endif %} {% for key in php_config %} {{ key }} = {{ php_config[key] }} {% endfor %}