Files
computer-playbook/roles/web-app-bigbluebutton/tasks/03_dependencies.yml

15 lines
432 B
YAML

- name: "Load Coturn Role for '{{ application_id }}'"
include_tasks: "utils/load_app.yml"
vars:
load_app_id: web-svc-coturn
when:
- run_once_web_svc_coturn is not defined
- not BBB_COTURN_ENABLED
- name: "Install Collabora Dependency"
include_tasks: "utils/load_app.yml"
vars:
load_app_id: web-svc-collabora
when:
- run_once_web_svc_collabora is not defined
- not BBB_COLLABORA_ENABLED