This repository has been archived on 2026-05-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
visio_nrd/roles/jitsi-enable-fr-ln/tasks/main.yml
T

19 lines
611 B
YAML

---
- 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',"