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