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 2e1479e commit 938cb00Copy full SHA for 938cb00
ansible/tasks/setup-postgrest.yml
@@ -15,7 +15,7 @@
15
- name: PostgREST - install system dependencies
16
apt:
17
pkg:
18
- - "libpq5>=15"
+ - "libpq5 (>= 15)"
19
- libnuma-dev
20
update_cache: yes
21
state: present
0 commit comments