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: