try to fix unicode prefix

This commit is contained in:
Robert Kaussow 2018-10-16 21:07:07 +02:00
parent 1d02ad45ba
commit 65c2c686f5
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{{ ansible_managed }}
# {{ ansible_managed }}
# -----------------------------
# PostgreSQL configuration file
# -----------------------------
@ -26,7 +26,7 @@
# - Connection Settings -
listen_addresses = '{{ postgres_connection_addresses | join(",") }}'
listen_addresses = {{ postgres_connection_addresses | join(",") }}
port = {{ postgres_connection_port }}
max_connections = 100
#superuser_reserved_connections = 3