Skip to content

Commit ca15c99

Browse files
committed
chore: direct download link
1 parent 92c1f11 commit ca15c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/tasks/setup-gotrue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
ansible.builtin.get_url:
2323
checksum: "{{ gotrue_release_checksum }}"
2424
dest: '/tmp/gotrue.tar.gz'
25-
url: "https://github.com/supabase/gotrue/releases/download/{{ gotrue_release }}/auth-v{{ gotrue_release }}-{{ arch }}.tar.gz"
25+
url: "https://github.com/supabase/auth/releases/download/rc2.183.0-rc.10/auth-v2.183.0-rc.10-arm64.tar.gz"
2626

2727
- name: gotrue - create /opt/gotrue and /etc/auth.d
2828
ansible.builtin.file:

0 commit comments

Comments
 (0)