language files must be changed, too
This commit is contained in:
@@ -66,12 +66,19 @@
|
||||
- { regexp: "_CONTENT: false", repl: "_CONTENT: true"}
|
||||
notify: restart_jitsi
|
||||
|
||||
- name: jitsimeet | Replace branding in language files
|
||||
replace:
|
||||
path: "/usr/share/jitsi-meet/lang/*.json"
|
||||
regexp: '"headerTitle":.*$'
|
||||
replace: '"headerTitle": "Mewimeet",'
|
||||
backup: True
|
||||
notify: restart_jitsi
|
||||
|
||||
- name: jitsimeet | cron | schedule refresh of statistics
|
||||
cron:
|
||||
name: Get statistics for jitsi-meet
|
||||
user: root
|
||||
job: "{{ item }}"
|
||||
loop:
|
||||
- "/root/jitsi-statistics.sh"
|
||||
- "sleep 20; /root/jitsi-statistics.sh"
|
||||
- "sleep 40; /root/jitsi-statistics.sh"
|
||||
- "sleep 40; /root/jitsi-statistics.sh"
|
||||
|
||||
Reference in New Issue
Block a user