From 7f89d146aae5b75a68e0f4f9ef7df9273b9f40c2 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:59:30 +0200
Subject: [PATCH] ansible postgresql wip

remove nonsensical debugs

Former-commit-id: 4604b4faacc0fe3710e85cb2e36a27c8464e3825
---
 ansible/deploy.yaml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/ansible/deploy.yaml b/ansible/deploy.yaml
index d48f2bd5..d4231451 100644
--- a/ansible/deploy.yaml
+++ b/ansible/deploy.yaml
@@ -69,14 +69,6 @@
         regexp='^#?listen_addresses\s*='
         line="listen_addresses = '*'"
         state=present
-    - command: "ls  /home/{{ deploy_user_name }}/iPPIDB/ansible/"
-      register: dir_out
-    - debug: var={{item}}
-      with_items: dir_out.stdout_lines
-    - command: "git log ."
-      register: dir_out
-    - debug: var={{item}}
-      with_items: dir_out.stdout_lines
     - name: copy pg_hba.conf file
       copy: 
         remote_src: true
-- 
GitLab