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

10 lines
386 B
YAML

---
- name: Conf Jitsi - Activation de la connexion au google calendar
blockinfile:
path: /etc/jitsi/meet/{{ inventory_hostname }}-config.js
marker: "// {mark} ANSIBLE MANAGED BLOCK CALENDAR"
insertafter: "[^?]// enableCalendarIntegration: false,"
block: |
enableCalendarIntegration: true,
googleApiApplicationClientID: "{{ vault_google_api_client_id }}",