mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-02-06 15:25:03 +01:00
8 lines
129 B
YAML
8 lines
129 B
YAML
|
---
|
||
|
- name: Converge
|
||
|
hosts: all
|
||
|
tasks:
|
||
|
- name: "Include matrix-coturn"
|
||
|
include_role:
|
||
|
name: "matrix-coturn"
|