Add additional-networks support to matrix-coturn

Not that it seems necessary right now, but it makes it consistent with
all other roles.
This commit is contained in:
Slavi Pantaleev
2024-01-15 11:16:08 +02:00
parent fe13d7d010
commit ad32953e0b
5 changed files with 32 additions and 11 deletions

View File

@@ -95,9 +95,9 @@
group: "{{ matrix_user_groupname }}"
- name: Ensure Coturn network is created in Docker
when: matrix_coturn_docker_network not in ['', 'host']
when: matrix_coturn_container_network not in ['', 'host']
community.docker.docker_network:
name: "{{ matrix_coturn_docker_network }}"
name: "{{ matrix_coturn_container_network }}"
driver: bridge
- name: Ensure matrix-coturn.service installed