mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-24 14:13:19 +02:00
9 lines
336 B
YAML
9 lines
336 B
YAML
---
|
|
|
|
# Babashka version to deploy
|
|
bb_version: 0.9.162
|
|
# URL of the archive
|
|
bb_archive_url: https://github.com/babashka/babashka/releases/download/v{{ bb_version }}/babashka-{{ bb_version }}-linux-amd64-static.tar.gz
|
|
# Expected sha256sum of the archive
|
|
bb_archive_sha256: d44047e9d625d594c8592d28debc3b770c5cd00b0d45bedff34a0021c3bbaf1d
|