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