Просмотр исходного кода

Fix typo in postgres main task

Colin Powell 4 лет назад
Родитель
Сommit
26f60dc03b
1 измененных файлов с 1 добавлено и 1 удалено
  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