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

ansible postgresql wip

more debug attempts...

Former-commit-id: 4ddbb3aa6941c4cee99d06a1f914cd6fe5a501d3
parent d7210d4d
No related branches found
No related tags found
No related merge requests found
......@@ -69,13 +69,10 @@
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 }}"
- command: "ls /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