Skip to content
Snippets Groups Projects
Commit faeb7e9e authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

ansible postgresql wip

even more debug attempts

Former-commit-id: a088f78b22a6b0a8e990a8e6c7fa417258bfe118
parent e29d1ad0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment