Update to 2021-04-02 09:00

master
Daniel Berteaud 4 years ago
parent 5ef6ba6514
commit 0d1edb5435
  1. 4
      roles/metabase/defaults/main.yml

@ -1,11 +1,11 @@
--- ---
# Version to deploy # Version to deploy
metabase_version: 0.38.2 metabase_version: 0.38.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: f2cbac98e3d1c1c8b0e51e0f5c9fa88ea72f9eab metabase_jar_sha1: f86816a6965006c70ba3cef04a5470e4752bacf2
# 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