mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-24 22:23:29 +02:00
9 lines
336 B
YAML
9 lines
336 B
YAML
---
|
|
|
|
# Babashka version to deploy
|
|
bb_version: 1.3.186
|
|
# 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: fa92d6ad5a39711a6863905bda01a37ff0ef75b646e4937128c9acc3485f1b9f
|