From 65c2c686f5d27bd38b903ce5371f6efca5e7f5d5 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 16 Oct 2018 21:07:07 +0200 Subject: [PATCH] try to fix unicode prefix --- templates/postgresql/data/postgresql.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/postgresql/data/postgresql.conf.j2 b/templates/postgresql/data/postgresql.conf.j2 index 6a1c281..c102471 100644 --- a/templates/postgresql/data/postgresql.conf.j2 +++ b/templates/postgresql/data/postgresql.conf.j2 @@ -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