amélioration de la recherche du remplacement des parametres

This commit is contained in:
Antoine Ouvrard
2020-04-30 18:36:30 +02:00
parent 8876057e70
commit c0df6dfced
+6 -6
View File
@@ -6,13 +6,13 @@
line: " defaultLanguage: 'fr',"
- name: Conf Jitsi - UI en fr
replace:
lineinfile:
path: /usr/share/jitsi-meet/interface_config.js
regexp: "DEFAULT_LOCAL_DISPLAY_NAME: 'me',"
replace: "DEFAULT_LOCAL_DISPLAY_NAME: 'moi',"
regexp: "DEFAULT_LOCAL_DISPLAY_NAME: "
line: "DEFAULT_LOCAL_DISPLAY_NAME: 'moi',"
- name: Conf Jitsi - UI en fr
replace:
lineinfile:
path: /usr/share/jitsi-meet/interface_config.js
regexp: "DEFAULT_REMOTE_DISPLAY_NAME: 'Fellow Jitster',"
replace: "DEFAULT_REMOTE_DISPLAY_NAME: 'Autre participant·e',"
regexp: "DEFAULT_REMOTE_DISPLAY_NAME: "
line: "DEFAULT_REMOTE_DISPLAY_NAME: 'Autre participant·e',"