Browse Source

Make matrix-coturn role respect `devture_systemd_docker_base_ipv6_enabled`

pull/4069/head
Slavi Pantaleev 1 year ago
parent
commit
afb97e18ac
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      roles/custom/matrix-coturn/tasks/setup_install.yml

+ 1
- 0
roles/custom/matrix-coturn/tasks/setup_install.yml View File

@@ -97,6 +97,7 @@
- name: Ensure coturn network is created in Docker
when: matrix_coturn_container_network not in ['', 'host']
community.docker.docker_network:
enable_ipv6: "{{ devture_systemd_docker_base_ipv6_enabled }}"
name: "{{ matrix_coturn_container_network }}"
driver: bridge
driver_options: "{{ devture_systemd_docker_base_container_networks_driver_options }}"


Loading…
Cancel
Save