We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a93b13 commit 9e8fc06Copy full SHA for 9e8fc06
ansible/tasks/setup-postgrest.yml
@@ -27,7 +27,7 @@
27
28
- name: Show installed libpq5 version
29
ansible.builtin.debug:
30
- msg: "Installed libpq5 version: {{ ansible_facts['packages']['libpq5']['version'] }}"
+ msg: "Installed libpq5 version: {{ ansible_facts['packages']['libpq5'][0]['version'] }}"
31
32
- name: PostgREST - remove Postgres PPA gpg key
33
ansible.builtin.apt_key:
0 commit comments