From 42364c01e24114b7a29abd0a88f02d21efdd1a6c 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:22:41 +0200
Subject: [PATCH] ansible postgresql wip

more debug

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

diff --git a/ansible/deploy.yaml b/ansible/deploy.yaml
index 9a265a57..d48f2bd5 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 ansible"
+    - command: "git log ."
       register: dir_out
     - debug: var={{item}}
       with_items: dir_out.stdout_lines
-- 
GitLab