mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2023-01-21 01:00
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
---
|
||||
|
||||
# Version to deploy
|
||||
metabase_version: 0.44.6
|
||||
metabase_version: 0.45.2
|
||||
# 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: 6b44d59b54d4fa95be2051bd9ba1b872deb8ba3605624cfdb69027eee75ff81c
|
||||
metabase_jar_sha256: c72e8d30f369522381951774b7053d33cd0b6e1d0dc8ceba3d115fd03240bba7
|
||||
# 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: b3f3350724fac0a9cd314daf8c8862cd7fd396497d5526157c24ff3d29dce172
|
||||
metabase_archive_sha256: 63d1360c3d21cb17cd0c9180840eae11d0a3e0eaa6e59b011e065040ba4b08d0
|
||||
# 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