mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-02-20 14:08:57 +01:00
Make matrix-coturn role respect devture_systemd_docker_base_ipv6_enabled
This commit is contained in:
parent
54bd6f172a
commit
afb97e18ac
@ -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…
x
Reference in New Issue
Block a user