From 6e0e5edf55bf7b110b119492760754bd07ff334a 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 13:04:02 +0200
Subject: [PATCH] ansible postgresql wip

more pg_hba.conf debug

Former-commit-id: 0df2e4b833b0a50afd6719129dbb74d88145b30e
---
 ansible/deploy.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/deploy.yaml b/ansible/deploy.yaml
index ca5a9cce..9a265a57 100644
--- a/ansible/deploy.yaml
+++ b/ansible/deploy.yaml
@@ -73,7 +73,7 @@
       register: dir_out
     - debug: var={{item}}
       with_items: dir_out.stdout_lines
-    - command: "git log  /home/{{ deploy_user_name }}/iPPIDB/ansible/"
+    - command: "git log ansible"
       register: dir_out
     - debug: var={{item}}
       with_items: dir_out.stdout_lines
-- 
GitLab