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