Browse Source

Fix wrong local IP in postgresql config

Ricardo Maltez 4 years ago
parent
commit
684b1aa4d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      provisioning/roles/postgres/tasks/main.yml

+ 1 - 1
provisioning/roles/postgres/tasks/main.yml

@@ -23,4 +23,4 @@
   lineinfile:
     state: present
     path: "/etc/postgresql/12/main/pg_hba.conf"
-    line: "host    all             joystream       127.0.01/8              trust"
+    line: "host    all             joystream       127.0.0.1/8              trust"