mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-26 15:55:56 +02:00
Update to 2022-06-14 15:00
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user