Skip to content

Commit 359da13

Browse files
committed
fix: syntax
1 parent 39e9e5f commit 359da13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/tasks/setup-postgrest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- name: PostgREST - install system dependencies
1616
apt:
1717
pkg:
18-
- "libpq5>=15"
18+
- "libpq5 (>= 15)"
1919
- libnuma-dev
2020
update_cache: yes
2121
state: present

0 commit comments

Comments
 (0)