Explorar o código

Fix typo in postgres main task

Colin Powell %!s(int64=4) %!d(string=hai) anos
pai
achega
26f60dc03b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ansible/roles/postgres/tasks/main.yml

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

@@ -12,7 +12,7 @@
 
 - name: PostgreSQL access file patched
   patch:
-    src: pg_hba.conf.conf.patch
+    src: pg_hba.conf.patch
     dest: /var/db/postgres/data12/pg_hba.conf
   notify: PostgreSQL restarted