Update to 2022-02-15 12:00

This commit is contained in:
Daniel Berteaud
2022-02-15 12:00:10 +01:00
parent 568e2e4afc
commit dc562949e6
6 changed files with 11 additions and 9 deletions

View File

@@ -1,11 +1,11 @@
---
# Version of cocumize to deploy
documize_version: 4.2.2
documize_version: 4.2.3
# URL of the binary to install
documize_bin_url: https://github.com/documize/community/releases/download/v{{ documize_version }}/documize-community-linux-amd64
# Expected sha1 of the binary
documize_bin_sha1: c82accfea29f1fa684d582b40c9a6389a2a39d51
documize_bin_sha256: d6156eccaf6e6b2bdf3ffc03595fdd95edffa67bebc01720386e8902957a4798
# Should documize handle upgrades or only initial install ?
documize_manage_upgrade: True

View File

@@ -12,7 +12,7 @@
get_url:
url: "{{ documize_bin_url }}"
dest: "{{ documize_root_dir }}/bin/documize"
checksum: sha1:{{ documize_bin_sha1 }}
checksum: sha256:{{ documize_bin_sha256 }}
mode: 755
when: documize_install_mode != 'none'
notify: restart documize