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

ansible postgresql wip

remove nonsensical debugs

Former-commit-id: 4604b4faacc0fe3710e85cb2e36a27c8464e3825
parent 42364c01
No related branches found
No related tags found
No related merge requests found
......@@ -69,14 +69,6 @@
regexp='^#?listen_addresses\s*='
line="listen_addresses = '*'"
state=present
- command: "ls /home/{{ deploy_user_name }}/iPPIDB/ansible/"
register: dir_out
- debug: var={{item}}
with_items: dir_out.stdout_lines
- command: "git log ."
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