|
|
@ -1,11 +1,11 @@ |
|
|
|
--- |
|
|
|
--- |
|
|
|
|
|
|
|
|
|
|
|
# Version to deploy |
|
|
|
# Version to deploy |
|
|
|
metabase_version: 0.40.4 |
|
|
|
metabase_version: 0.40.5 |
|
|
|
# URL to fetch the jar |
|
|
|
# URL to fetch the jar |
|
|
|
metabase_jar_url: https://downloads.metabase.com/v{{ metabase_version }}/metabase.jar |
|
|
|
metabase_jar_url: https://downloads.metabase.com/v{{ metabase_version }}/metabase.jar |
|
|
|
# Expected sha1 of the jar |
|
|
|
# Expected sha1 of the jar |
|
|
|
metabase_jar_sha1: d3bdac2c620d7f68651a01bd4432921dd67ab970 |
|
|
|
metabase_jar_sha1: 054d40c58f7deb7701516e7a51d1f7019d79b0e2 |
|
|
|
# Should ansible handle upgrades ? If set to false, only the initial install (and the config) will be handled |
|
|
|
# Should ansible handle upgrades ? If set to false, only the initial install (and the config) will be handled |
|
|
|
metabase_manage_upgrade: True |
|
|
|
metabase_manage_upgrade: True |
|
|
|
|
|
|
|
|
|
|
|