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

ansible postgresql wip

add debug in deploy.yaml for failing pg_hba.conf file

Former-commit-id: b8e72cba9421047cfa3320815372e7218b1214d4
parent b81c66ac
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,13 @@
regexp='^#?listen_addresses\s*='
line="listen_addresses = '*'"
state=present
- name: Ansible find file examples
find:
paths: /home/{{ deploy_user_name }}/iPPIDB/ansible
patterns: "*"
register: files_matched
- debug:
msg: "{{ files_matched.files }}"
- 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