eclatement du role UItricks + amélioration de la traduction fr
This commit is contained in:
@@ -1,30 +0,0 @@
|
||||
---
|
||||
- name: Conf Jitsi - UI en fr
|
||||
lineinfile:
|
||||
path: /etc/jitsi/meet/{{ inventory_hostname }}-config.js
|
||||
insertafter: "[^?]// defaultLanguage: 'en'"
|
||||
line: " defaultLanguage: 'fr',"
|
||||
|
||||
- name: Conf Jitsi - webcam en qualité medium par defaut
|
||||
blockinfile:
|
||||
path: /etc/jitsi/meet/{{ inventory_hostname }}-config.js
|
||||
marker: "// {mark} ANSIBLE MANAGED BLOCK"
|
||||
insertafter: "[^?]// Video"
|
||||
block: |
|
||||
resolution: 360,
|
||||
constraints: {
|
||||
video: {
|
||||
aspectRatio: 16 / 9,
|
||||
height: {
|
||||
ideal: 360,
|
||||
max: 360,
|
||||
min: 240
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
- name: Conf Jitsi - Désactive l'effet floutage d'arrière plan
|
||||
replace:
|
||||
path: /usr/share/jitsi-meet/interface_config.js
|
||||
regexp: "'videobackgroundblur',"
|
||||
replace: ""
|
||||
Reference in New Issue
Block a user