Update to 2022-11-03 12:00

This commit is contained in:
Daniel Berteaud
2022-11-03 12:00:10 +01:00
parent 724cb5641c
commit 07dcd0176f
9 changed files with 15 additions and 17 deletions

View File

@@ -79,7 +79,7 @@
- name: Extract jicofo archive
unarchive:
src: "{{ jitsi_root_dir }}/src/jicofo/target/jicofo-1.1-SNAPSHOT-archive.zip"
src: "{{ jitsi_root_dir }}/src/jicofo/jicofo/target/jicofo-1.1-SNAPSHOT-archive.zip"
dest: "{{ jitsi_root_dir }}/tmp/"
remote_src: True
@@ -173,8 +173,6 @@
command: make
args:
chdir: "{{ jitsi_root_dir }}/src/meet"
environment:
NODE_OPTIONS: "--max_old_space_size=4096"
become_user: "{{ jitsi_user }}"
#- name: Reset git (so next run won't detect a change)