From 484b15f3e587be46f6a48df505110fcb55e3fe92 Mon Sep 17 00:00:00 2001 From: Sam Rose Date: Mon, 16 Sep 2024 15:59:25 -0400 Subject: [PATCH] fix: standardize how supabase-groonga is installed on machine --- ansible/tasks/stage2-setup-postgres.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/tasks/stage2-setup-postgres.yml b/ansible/tasks/stage2-setup-postgres.yml index a9033e887..20ad069e2 100644 --- a/ansible/tasks/stage2-setup-postgres.yml +++ b/ansible/tasks/stage2-setup-postgres.yml @@ -19,7 +19,7 @@ - name: Install supabase-groonga from nix binary cache become: yes shell: | - sudo -u postgres bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile install github:supabase/postgres/sam/pgroonga-deps#supabase-groonga" + sudo -u postgres bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile install github:supabase/postgres/{{ git_commit_sha }}#supabase-groonga" when: stage2_nix - name: Set ownership and permissions for /etc/ssl/private