mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-09 10:56:01 +00:00
15 lines
432 B
YAML
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 |