mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-10-19 14:00
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
---
|
||||
|
||||
# Version to deploy
|
||||
metabase_version: 0.44.4
|
||||
metabase_version: 0.44.5
|
||||
# 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: 72c3286a523138a4e36588b120230bfed16d19cfe25899ccc1ceacf5ca4729b6
|
||||
metabase_jar_sha256: 6051543d61551eb1e963f413d08949bf93c6b66b3a46e1395a9d7b090346fc0c
|
||||
# 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: 04cfcb451d79fda049ec08f91925b59ba4f40b8c59ad9c1a93271df985d97d03
|
||||
metabase_archive_sha256: 20f675956b57f7c8ba054e7401bf42c569317ac2555c3c2e9638ddf9ef030967
|
||||
# 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