Update to 2021-09-10 10:00

master
Daniel Berteaud 3 years ago
parent 1972ef3ee8
commit 5e37480daf
  1. 4
      roles/metabase/defaults/main.yml

@ -1,11 +1,11 @@
--- ---
# Version to deploy # Version to deploy
metabase_version: 0.40.3 metabase_version: 0.40.4
# 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: 2c6f61246fecddc9d3d120ffda4c28924f1291ad metabase_jar_sha1: d3bdac2c620d7f68651a01bd4432921dd67ab970
# 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

Loading…
Cancel
Save