I am trying to download sentry via the following ansible task
- name: Download Sentry CLI
get_url:
url: https://downloads.sentry-cdn.com/sentry-cli/1.53.0/sentry-cli-Linux-x86_64
dest: /usr/local/bin/sentry-cli
mode: 0755
tags: [sentry-cli, packages]
I’d like to get checksum to verify the download… But I can’t seem to find the checksum for the sentry-cli
, Could you please tell me where can I get the checksum for the cdn download?