From 6fa7d11f710bb20d46a1ae0e9f8d0632a87c39ac Mon Sep 17 00:00:00 2001 From: rhys Date: Mon, 20 Feb 2023 11:28:37 +0000 Subject: [PATCH] Fixed issue to allow coturn to use host networking --- roles/custom/matrix-coturn/tasks/setup_install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/custom/matrix-coturn/tasks/setup_install.yml b/roles/custom/matrix-coturn/tasks/setup_install.yml index ab94db27..8246eadc 100644 --- a/roles/custom/matrix-coturn/tasks/setup_install.yml +++ b/roles/custom/matrix-coturn/tasks/setup_install.yml @@ -66,6 +66,7 @@ community.docker.docker_network: name: "{{ matrix_coturn_docker_network }}" driver: bridge + when: "'host' not in matrix_coturn_docker_network" - name: Ensure matrix-coturn.service installed ansible.builtin.template: