|
|
@ -1,11 +1,11 @@ |
|
|
|
--- |
|
|
|
--- |
|
|
|
|
|
|
|
|
|
|
|
# Version to deploy |
|
|
|
# Version to deploy |
|
|
|
metabase_version: 0.38.0.1 |
|
|
|
metabase_version: 0.38.1 |
|
|
|
# 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: f1148e5623eded62e47d472cc4e2a1aea49d4e2c |
|
|
|
metabase_jar_sha1: 9abb746dfdc50ea67374f45896a1729263b4706a |
|
|
|
# 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 |
|
|
|
|
|
|
|
|
|
|
|