From 114737072d225cf634e1365c3b37c9c92c30560a Mon Sep 17 00:00:00 2001 From: ytshih Date: Wed, 4 Dec 2024 19:53:24 +0000 Subject: [PATCH] Fix: allow local connections --- roles/configure_postgres/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/configure_postgres/tasks/main.yml b/roles/configure_postgres/tasks/main.yml index 04c9c40..377884f 100644 --- a/roles/configure_postgres/tasks/main.yml +++ b/roles/configure_postgres/tasks/main.yml @@ -22,7 +22,7 @@ databases: all rules: - contype: local - users: postgres + users: all method: peer - contype: host users: all