Update to 2022-06-14 15:00

This commit is contained in:
Daniel Berteaud
2022-06-14 15:00:12 +02:00
parent 1349c89c59
commit ba8774c0fd
3 changed files with 7 additions and 5 deletions

View File

@@ -16,6 +16,8 @@
url: "{{ metabase_jar_url }}"
dest: "{{ metabase_root_dir }}/tmp/"
checksum: sha256:{{ metabase_jar_sha256 }}
retries: 5 # Download from github can fails sometimes
delay: 10
- name: Move the JAR to the app dir
copy: src={{ metabase_root_dir }}/tmp/metabase.jar dest={{ metabase_root_dir }}/app/ mode=644 remote_src=True