mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-30 11:15:42 +02:00
Update to 2023-10-31 11:00
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
---
|
||||
|
||||
# Version to deploy
|
||||
metabase_version: 0.47.5
|
||||
metabase_version: 0.47.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: 46ebdcf40b7a91d0774990495c7922003f661b52d6be6947d5aca93f58f40eb1
|
||||
metabase_jar_sha256: 2d617c3babf5c75897e5e242ba04359e82de509b15b6167b706bb25b7c3a5c68
|
||||
# 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: 5d36151c08067444264f07386a958fd3b387c394817f8f51daf989683b7bf0d1
|
||||
metabase_archive_sha256: 059eb0ce62c09bd394aec0913e7f97e413d588d3394963abed0ac8b8db5b3f29
|
||||
# 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