Update to 2022-07-20 18:00

This commit is contained in:
Daniel Berteaud 2022-07-20 18:00:17 +02:00
parent 32c39ed1bd
commit 451ab0b1ef
2 changed files with 4 additions and 2 deletions

View File

@ -1,11 +1,11 @@
---
# Version of cocumize to deploy
documize_version: 5.0.1
documize_version: 5.2.0
# 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_sha256: 6543a0cf8809f575a4e5a5a263f425289b797e3ce1433f57154bc2e4d204307d
documize_bin_sha256: 22e1c796a2e05cb56aa57ec8df252930ebb795c0a9548bfd8808f97b74e652f9
# Should documize handle upgrades or only initial install ?
documize_manage_upgrade: True

View File

@ -173,6 +173,8 @@
command: make
args:
chdir: "{{ jitsi_root_dir }}/src/meet"
environment:
NODE_OPTIONS: "--max_old_space_size=3072"
become_user: "{{ jitsi_user }}"
#- name: Reset git (so next run won't detect a change)