From faeb7e9ef1626e821e32d06dbc8f1ec2be75c007 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 11:46:54 +0200 Subject: [PATCH] ansible postgresql wip even more debug attempts Former-commit-id: a088f78b22a6b0a8e990a8e6c7fa417258bfe118 --- ansible/deploy.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansible/deploy.yaml b/ansible/deploy.yaml index 23fdcc33..ca5a9cce 100644 --- a/ansible/deploy.yaml +++ b/ansible/deploy.yaml @@ -73,6 +73,10 @@ register: dir_out - debug: var={{item}} with_items: dir_out.stdout_lines + - command: "git log /home/{{ deploy_user_name }}/iPPIDB/ansible/" + register: dir_out + - debug: var={{item}} + with_items: dir_out.stdout_lines - name: copy pg_hba.conf file copy: remote_src: true -- GitLab