mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-25 06:33:24 +02:00
9 lines
336 B
YAML
9 lines
336 B
YAML
---
|
|
|
|
# Babashka version to deploy
|
|
bb_version: 1.0.166
|
|
# 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: 895baeeced8deec0c57a9b17ddce269df158c83c6136cf2d07ddf67b2ffa3ab2
|