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