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