eclatement du role UItricks + amélioration de la traduction fr

This commit is contained in:
Antoine Ouvrard
2020-04-30 13:45:16 +02:00
parent e6fa05b964
commit 33cd9d3483
3 changed files with 30 additions and 9 deletions
+18
View File
@@ -0,0 +1,18 @@
---
- name: Conf Jitsi - UI en fr
lineinfile:
path: /etc/jitsi/meet/{{ inventory_hostname }}-config.js
insertafter: "[^?]// defaultLanguage: 'en'"
line: " defaultLanguage: 'fr',"
- name: Conf Jitsi - UI en fr
replace:
path: /usr/share/jitsi-meet/interface_config.js
regexp: "DEFAULT_LOCAL_DISPLAY_NAME: 'me',"
replace: "DEFAULT_LOCAL_DISPLAY_NAME: 'moi',"
- name: Conf Jitsi - UI en fr
replace:
path: /usr/share/jitsi-meet/interface_config.js
regexp: "DEFAULT_REMOTE_DISPLAY_NAME: 'Fellow Jitster',"
replace: "DEFAULT_REMOTE_DISPLAY_NAME: 'Autre participant·e',"