{% for key, value in postgresql_combined_parameters.items() %} {{ key }} = '{{ value }}' {% endfor %} {% if postgresql_ssl | bool %} include = 'postgresql.ssl.conf' {% endif %}