소스 검색

Fix typo in postgres main task

Colin Powell 4 년 전
부모
커밋
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