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 92c1f11 commit ca15c99Copy full SHA for ca15c99
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