diff --git a/ansible/deploy.yaml b/ansible/deploy.yaml
index ca5a9cceb9e17aa653a33d96cfb8b7ffb8abf8ae..9a265a57ee7cd20e9dc1a10fd38e2a0608fdd3d1 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