File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3030
3131 - name : ' The Postgres Exporter version output'
3232 ansible.builtin.debug :
33- var : __postgres_exporter_version_check.stderr_lines[0].split()[2]
33+ msg : ' The current Postgres Exporter version is {{ __postgres_exporter_version_check.stderr_lines[0].split()[2] }} '
Original file line number Diff line number Diff line change 77 - name : ' Verify the Postgres Exporter is responding to requests'
88 ansible.builtin.uri :
99 url : ' http://{{ ansible_host }}:9187/metrics'
10+ delegate_to : localhost
1011 register : __postgres_exporter_response
1112 until : __postgres_exporter_response.status == 200
1213 retries : 120
2122
2223 - name : ' The Postgres Exporter version output'
2324 ansible.builtin.debug :
24- var : __postgres_exporter_version_check.stderr_lines[0].split()[2]
25+ msg : ' The current Postgres Exporter version is {{ __postgres_exporter_version_check.stderr_lines[0].split()[2] }} '
You can’t perform that action at this time.
0 commit comments