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