mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
9 lines
337 B
YAML
9 lines
337 B
YAML
---
|
|
|
|
# Babashka version to deploy
|
|
bb_version: 1.12.195
|
|
# 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: 8308e6bc4dc951e4becc9803790b3df505e3890843943e413a2bbbb471288d92
|