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 e321760 commit 00cb0aaCopy full SHA for 00cb0aa
ansible/manifest-playbook.yml
@@ -63,7 +63,7 @@
63
64
- name: Download gandalf archive
65
get_url:
66
- url: "https://supabase-public-artifacts-bucket.s3.amazonaws.com/gandalf/v{{ gandalf_release }}/gandalf_{{ gandalf_release }}_linux_arm64.tar.gz"
+ url: "https://supabase-public-artifacts-bucket.s3.amazonaws.com/gandalf/v{{ gandalf_release }}/gandalf-{{ gandalf_release }}-linux-arm64.tar.gz"
67
dest: "/tmp/gandalf.tar.gz"
68
timeout: 90
69
0 commit comments