8000 feat: install jq as part of base image · michelp/postgres@f9ad755 · GitHub
[go: up one dir, main page]

Skip to content

Commit f9ad755

Browse files
committed
feat: install jq as part of base image
1 parent c1ce89b commit f9ad755

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ansible/tasks/setup-supabase-internal.yml

Lines changed: 2 additions & 1 deletion

Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
apt:
33
pkg:
44
- unzip
5+
- jq
56
install_recommends: no
67

78
- name: AWS CLI (arm)
@@ -33,4 +34,4 @@
3334
import_tasks: internal/node-exporter.yml
3435
3536
- name: Install supautils
36-
import_tasks: internal/supautils.yml
37+
import_tasks: internal/supautils.yml

0 commit comments

Comments
 (0)
0