mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 02:03:09 +02:00
Update to 2022-02-14 18:00
This commit is contained in:
parent
f8e97439c5
commit
568e2e4afc
@ -4,10 +4,10 @@
|
||||
# in which case you must also set a different element_root_dir
|
||||
element_id: element
|
||||
|
||||
# Version to deploy, and expected sha1
|
||||
element_version: 1.10.1
|
||||
# Version to deploy, and expected sha256
|
||||
element_version: 1.10.2
|
||||
# sha1sum of the tar.gz
|
||||
element_archive_sha1: dfb77e1629ecf8e872f11090836d711be88e7097
|
||||
element_archive_sha256: 37d92f4b6ea038fb9b29815396b634ab9b6107e8d84de8a5ba3678a38811b1e8
|
||||
|
||||
# Where to install element
|
||||
element_root_dir: /opt/matrix/element
|
||||
|
@ -4,7 +4,7 @@
|
||||
get_url:
|
||||
url: "https://github.com/vector-im/element-web/releases/download/v{{ element_version }}/element-v{{ element_version }}.tar.gz"
|
||||
dest: "{{ element_root_dir }}/tmp/"
|
||||
checksum: "sha1:{{ element_archive_sha1 }}"
|
||||
checksum: "sha256:{{ element_archive_sha256 }}"
|
||||
when: element_install_mode != 'none'
|
||||
tags: matrix
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user