From cbc11476f58b83f1294ccccf2414e1ff7902a3cf Mon Sep 17 00:00:00 2001 From: Vitaliy Kukharik Date: Fri, 12 Jan 2024 14:10:16 +0300 Subject: [PATCH] Update haproxy.cfg.j2 --- roles/haproxy/templates/haproxy.cfg.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/haproxy/templates/haproxy.cfg.j2 b/roles/haproxy/templates/haproxy.cfg.j2 index 29e2011b7..f0282ae25 100644 --- a/roles/haproxy/templates/haproxy.cfg.j2 +++ b/roles/haproxy/templates/haproxy.cfg.j2 @@ -185,4 +185,5 @@ listen replicas_async_direct {% for host in groups['postgres_cluster'] %} server {{ hostvars[host]['ansible_hostname'] }} {{ hostvars[host]['inventory_hostname'] }}:{{ postgresql_port }} check port {{ patroni_restapi_port }} {% endfor %} -{% endif %} \ No newline at end of file +{% endif %} +