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 db49dcc commit 9eb7fc4Copy full SHA for 9eb7fc4
ansible/tasks/stage2-setup-postgres.yml
@@ -19,7 +19,7 @@
19
- name: Install supabase-groonga from nix binary cache
20
become: yes
21
shell: |
22
- 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"
23
when: stage2_nix
24
25
- name: Set ownership and permissions for /etc/ssl/private
0 commit comments