@ -13,7 +13,7 @@
# If you use an Let's Encrypt cert, it might not be there yet. In this case, create a link
# to the default prosody cert so the service can be started. The cert will be obtained after that and
# override the links
# will override the links
- name : Link cert to the default one
file : path={{ jitsi_cert_path }} src=/etc/prosody/certs/localhost.crt state=link
when : not jitsi_cert_file.stat.exists
@ -24,7 +24,7 @@
when : not jitsi_key_file.stat.exists
tags : jitsi
# Needed if you use a proxy, as maven does not honor the standard $ http_proxy / $ https_proxy env
# Needed if you use a proxy, as maven does not honor the standard http_proxy / https_proxy env vars
- name : Configure maven for {{ jitsi_user }}
template : src=maven.xml.j2 dest={{ jitsi_root_dir }}/.m2/settings.xml
tags : jitsi
@ -145,7 +145,7 @@
shell : |
rm -rf {{ jitsi_root_dir }}/meet/*
mkdir -p {{ jitsi_root_dir }}/meet/css
cp -r *.js *.html connection_optimization favicon.ico fonts images libs static sounds LICENSE lang {{ jitsi_root_dir }}/meet/
cp -r *.js *.html connection_optimization favicon.ico fonts images libs static sounds LICENSE lang *.json {{ jitsi_root_dir }}/meet/
cp css/all.css {{ jitsi_root_dir }}/meet/css/
args:
chdir : "{{ jitsi_root_dir }}/src/meet"