We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa0dd8 commit 702869dCopy full SHA for 702869d
tasks/plugins_postgresql.yml
@@ -2,7 +2,7 @@
2
3
- name: plugins_postgresql | Fetch postgresql version
4
ansible.builtin.command:
5
- cmd: "/usr/bin/pg_config --version"
+ cmd: "pg_config --version"
6
changed_when: false
7
register: _psql_version
8
# stdout example: "PostgreSQL 14.11 (Ubuntu 14.11-0ubuntu0.22.04.1)""
0 commit comments