mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-24 14:13:19 +02:00
9 lines
337 B
YAML
9 lines
337 B
YAML
---
|
|
|
|
# Babashka version to deploy
|
|
bb_version: 0.10.164
|
|
# 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: 1a544ee263cf75571f3bff4ec22430af0a5497047c2e4eae57831c35bef2984e
|