From ccf27e2bcd8a010c659ea303bd94779cac541da5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20=20MENAGER?= <herve.menager@pasteur.fr>
Date: Wed, 25 Jul 2018 14:29:13 +0200
Subject: [PATCH] ansible postgres wip

correction to pg_hba.conf copy

Former-commit-id: 78bab400b551edec935cf2994004ffc547634c91
---
 ansible/deploy.yaml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ansible/deploy.yaml b/ansible/deploy.yaml
index d4231451..34bce267 100644
--- a/ansible/deploy.yaml
+++ b/ansible/deploy.yaml
@@ -71,8 +71,7 @@
         state=present
     - name: copy pg_hba.conf file
       copy: 
-        remote_src: true
-        src: /home/{{ deploy_user_name }}/iPPIDB/ansible/pg_hba.conf 
+        src: pg_hba.conf 
         dest: /var/lib/pgsql/data/pg_hba.conf
         owner: postgres
         group: postgres
-- 
GitLab