Update to 2021-08-26 12:00

master
Daniel Berteaud 3 years ago
parent 8622e4fe18
commit a9efdfe4e6
  1. 4
      roles/metabase/defaults/main.yml

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