mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-10-10 02:38:10 +02:00
9 lines
237 B
YAML
9 lines
237 B
YAML
- name: "Load Coturn Role for '{{ application_id }}'"
|
|
include_role:
|
|
name: web-svc-coturn
|
|
vars:
|
|
flush_handlers: true
|
|
when:
|
|
- run_once_web_svc_coturn is not defined
|
|
- NEXTCLOUD_TALK_TURN_STANDALONE_ENABLED | bool
|