Skip to content

Commit

Permalink
ansible: fix duckdb checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
miku committed Dec 18, 2023
1 parent dc24d04 commit 7bc45ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/siskin/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
get_url:
url: https://github.com/duckdb/duckdb/releases/download/v{{ siskin_extra_version_duckdb }}/duckdb_cli-linux-amd64.zip
dest: /tmp/duckdb-{{ siskin_extra_version_duckdb }}-dist.zip
checksum: sha256:8a8ef483f68318f2acfd6c874dfa0f0a8f961c621a266b7bad1c5f123e76bd99
checksum: sha256:7af28de798fa5db8c4e2f12335bd82373f8558599e56e39fcdd6205f5aa6213f
- name: Install duckdb client
shell:
# remove existing binary, otherwise ansible seems to get stuck
Expand Down

0 comments on commit 7bc45ed

Please sign in to comment.