Update to 2022-02-18 10:00

This commit is contained in:
Daniel Berteaud 2022-02-18 10:00:06 +01:00
parent 640b66592e
commit 966ca9f34f
3 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
--- ---
# Version to deploy # Version to deploy
synadm_version: 0.8.4 synadm_version: 0.8.5
# URL of the tarball # URL of the tarball
synadm_archive_url: https://github.com/Awesome-Technologies/synapse-admin/releases/download/{{ synadm_version }}/synapse-admin-{{ synadm_version }}.tar.gz synadm_archive_url: https://github.com/Awesome-Technologies/synapse-admin/releases/download/{{ synadm_version }}/synapse-admin-{{ synadm_version }}.tar.gz
# Expected sha1 of the archive # Expected sha256 of the archive
synadm_archive_sha1: 556d67c5580fd34799d8ea7422aefed15b83b2ab synadm_archive_sha256: 382d798d65539b8ce748e43a419b6e720d81c03eda50925bafc6002acdb4edea
# Shoulad ansible handle upgrades, or just initial install ? # Shoulad ansible handle upgrades, or just initial install ?
synadm_manage_upgrade: True synadm_manage_upgrade: True

View File

@ -6,7 +6,7 @@
get_url: get_url:
url: "{{ synadm_archive_url }}" url: "{{ synadm_archive_url }}"
dest: "{{ synadm_root_dir }}/tmp/" dest: "{{ synadm_root_dir }}/tmp/"
checksum: "sha1:{{ synadm_archive_sha1 }}" checksum: "sha256:{{ synadm_archive_sha256 }}"
- name: Extract archive - name: Extract archive
unarchive: unarchive:

View File

@ -1,11 +1,11 @@
--- ---
# Version to deploy # Version to deploy
metabase_version: 0.42.0 metabase_version: 0.42.1
# 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_sha256: 392c91a63256df82edab6c211a94eae3c39ae0ca7f042b3f4fd7fd16deee34e1 metabase_jar_sha256: 3e67155404bfe660e198e4a816f91979891bbc50ff28e720558b927300f83a58
# 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