mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-19 11:43:16 +02:00
Update to 2022-07-20 18:00
This commit is contained in:
parent
32c39ed1bd
commit
451ab0b1ef
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
# Version of cocumize to deploy
|
# Version of cocumize to deploy
|
||||||
documize_version: 5.0.1
|
documize_version: 5.2.0
|
||||||
# URL of the binary to install
|
# URL of the binary to install
|
||||||
documize_bin_url: https://github.com/documize/community/releases/download/v{{ documize_version }}/documize-community-linux-amd64
|
documize_bin_url: https://github.com/documize/community/releases/download/v{{ documize_version }}/documize-community-linux-amd64
|
||||||
# Expected sha1 of the binary
|
# Expected sha1 of the binary
|
||||||
documize_bin_sha256: 6543a0cf8809f575a4e5a5a263f425289b797e3ce1433f57154bc2e4d204307d
|
documize_bin_sha256: 22e1c796a2e05cb56aa57ec8df252930ebb795c0a9548bfd8808f97b74e652f9
|
||||||
|
|
||||||
# Should documize handle upgrades or only initial install ?
|
# Should documize handle upgrades or only initial install ?
|
||||||
documize_manage_upgrade: True
|
documize_manage_upgrade: True
|
||||||
|
@ -173,6 +173,8 @@
|
|||||||
command: make
|
command: make
|
||||||
args:
|
args:
|
||||||
chdir: "{{ jitsi_root_dir }}/src/meet"
|
chdir: "{{ jitsi_root_dir }}/src/meet"
|
||||||
|
environment:
|
||||||
|
NODE_OPTIONS: "--max_old_space_size=3072"
|
||||||
become_user: "{{ jitsi_user }}"
|
become_user: "{{ jitsi_user }}"
|
||||||
|
|
||||||
#- name: Reset git (so next run won't detect a change)
|
#- name: Reset git (so next run won't detect a change)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user