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 @@ ...@@ -69,13 +69,10 @@
regexp='^#?listen_addresses\s*=' regexp='^#?listen_addresses\s*='
line="listen_addresses = '*'" line="listen_addresses = '*'"
state=present state=present
- name: Ansible find file examples - command: "ls /home/{{ deploy_user_name }}/iPPIDB/ansible/"
find: register: dir_out
paths: /home/{{ deploy_user_name }}/iPPIDB/ansible - debug: var={{item}}
patterns: "*" with_items: dir_out.stdout_lines
register: files_matched
- debug:
msg: "{{ files_matched.files }}"
- name: copy pg_hba.conf file - name: copy pg_hba.conf file
copy: copy:
remote_src: true 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