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

13 lines
396 B
YAML

---
- name: Conf Jitsi - UI en fr
lineinfile:
path: /usr/share/jitsi-meet/interface_config.js
regexp: "DEFAULT_LOCAL_DISPLAY_NAME: "
line: "DEFAULT_LOCAL_DISPLAY_NAME: 'moi',"
- name: Conf Jitsi - UI en fr
lineinfile:
path: /usr/share/jitsi-meet/interface_config.js
regexp: "DEFAULT_REMOTE_DISPLAY_NAME: "
line: "DEFAULT_REMOTE_DISPLAY_NAME: 'Autre participant·e',"