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 180b6d9 commit 1860a07Copy full SHA for 1860a07
ansible/tasks/setup-gotrue.yml
@@ -17,12 +17,12 @@
17
{%- elif platform == 'arm64' -%}
18
arm64
19
{%- endif -%}
20
-
+#TODO restore this temp change on download url
21
- name: gotrue - download commit archive
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/v{{ gotrue_release }}/auth-v{{ gotrue_release }}-{{ arch }}.tar.gz"
+ url: "https://github.com/supabase/gotrue/releases/download/{{ gotrue_release }}/auth-v{{ gotrue_release }}-{{ arch }}.tar.gz"
26
27
- name: gotrue - create /opt/gotrue and /etc/auth.d
28
ansible.builtin.file:
0 commit comments