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 39bfeae commit 991d2d5Copy full SHA for 991d2d5
ansible/tasks/setup-gotrue.yml
@@ -22,7 +22,7 @@
22
ansible.builtin.get_url:
23
checksum: "{{ gotrue_release_checksum }}"
24
dest: '/tmp/gotrue.tar.gz'
25
- url: "https://github.com/supabase/gotrue/releases/download/{{ gotrue_release }}/auth-v{{ gotrue_release }}-{{ arch }}.tar.gz"
+ url: "https://github.com/supabase/auth/releases/download/rc2.183.0-rc.10/auth-v2.183.0-rc.10-arm64.tar.gz"
26
27
- name: gotrue - create /opt/gotrue and /etc/auth.d
28
ansible.builtin.file:
0 commit comments