mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-30 11:15:42 +02:00
Update to 2024-12-04 22:01
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
---
|
||||
|
||||
# Version to deploy
|
||||
metabase_version: 0.51.3
|
||||
metabase_version: 0.51.6
|
||||
# URL to fetch the jar
|
||||
metabase_jar_url: https://downloads.metabase.com/v{{ metabase_version }}/metabase.jar
|
||||
# Expected sha256 of the jar
|
||||
metabase_jar_sha256: ca765de8d3aedf37162f9dce18d793ed22a653fc74228b9870016566eef405b5
|
||||
metabase_jar_sha256: 9ad00fbdf571840c522ff31105145d9aa8ac5033c4075421cefcfe30434f0b65
|
||||
# When building from source
|
||||
metabase_archive_url: https://github.com/metabase/metabase/archive/refs/tags/v{{ metabase_version }}.tar.gz
|
||||
# Expected sha256 of the archive
|
||||
metabase_archive_sha256: 5341dab821435676cc25e5f91610bfe3426df108c11d571a4925b4a8cd3ad97a
|
||||
metabase_archive_sha256: ac7963dcdbd633e7aa816d872dc6462add547b43698af47a214a838a767d0063
|
||||
# Should ansible handle upgrades ? If set to false, only the initial install (and the config) will be handled
|
||||
metabase_manage_upgrade: True
|
||||
|
||||
|
Reference in New Issue
Block a user