language files must be changed, too
This commit is contained in:
@@ -66,12 +66,19 @@
|
|||||||
- { regexp: "_CONTENT: false", repl: "_CONTENT: true"}
|
- { regexp: "_CONTENT: false", repl: "_CONTENT: true"}
|
||||||
notify: restart_jitsi
|
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
|
- name: jitsimeet | cron | schedule refresh of statistics
|
||||||
cron:
|
cron:
|
||||||
name: Get statistics for jitsi-meet
|
|
||||||
user: root
|
user: root
|
||||||
job: "{{ item }}"
|
job: "{{ item }}"
|
||||||
loop:
|
loop:
|
||||||
- "/root/jitsi-statistics.sh"
|
- "/root/jitsi-statistics.sh"
|
||||||
- "sleep 20; /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