mirror of
https://gitea.0xace.cc/ansible-galaxy/postgresql.git
synced 2024-11-25 08:16:43 +00:00
8 lines
178 B
Django/Jinja
8 lines
178 B
Django/Jinja
{% for key, value in postgresql_combined_parameters.items() %}
|
|
{{ key }} = '{{ value }}'
|
|
{% endfor %}
|
|
|
|
{% if postgresql_ssl | bool %}
|
|
include = 'postgresql.ssl.conf'
|
|
{% endif %}
|