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