Skip to content

Commit 31a6d6b

Browse files
committed
fix(ansible): remove supabase-groonga from package install list
The supabase-groonga package was moved to pgroonga extension in commit 1f0ed1f, but Ansible was still trying to install it separately causing build failures.
1 parent 328f4db commit 31a6d6b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ansible/tasks/stage2-setup-postgres.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@
100100
loop:
101101
- "{{ psql_version }}/bin"
102102
- pg_prove
103-
- supabase-groonga
104103
- "{{ postgresql_version }}_debug"
105104
- "{{ postgresql_version }}_src"
106105
loop_control:

0 commit comments

Comments
 (0)