Fixed issue to allow coturn to use host networking

This commit is contained in:
rhys 2023-02-20 11:28:37 +00:00
parent d01de9f33d
commit 6fa7d11f71

View File

@ -66,6 +66,7 @@
community.docker.docker_network: community.docker.docker_network:
name: "{{ matrix_coturn_docker_network }}" name: "{{ matrix_coturn_docker_network }}"
driver: bridge driver: bridge
when: "'host' not in matrix_coturn_docker_network"
- name: Ensure matrix-coturn.service installed - name: Ensure matrix-coturn.service installed
ansible.builtin.template: ansible.builtin.template: