Skip to content

Commit 69ce348

Browse files
committed
fix: correct url here too
1 parent a8af360 commit 69ce348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/manifest-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
- name: PostgREST - download ubuntu binary archive (arm)
2626
get_url:
27-
url: "https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-ubuntu-20.04-aarch64.tar.xz"
27+
url: "https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-ubuntu-aarch64.tar.xz"
2828
dest: /tmp/postgrest-{{ postgrest_release }}-arm64.tar.xz
2929
checksum: "{{ postgrest_arm_release_checksum }}"
3030
timeout: 60

0 commit comments

Comments
 (0)