소스 검색

Make matrix-coturn role respect `devture_systemd_docker_base_ipv6_enabled`

pull/4069/head
Slavi Pantaleev 1 년 전
부모
커밋
afb97e18ac
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      roles/custom/matrix-coturn/tasks/setup_install.yml

+ 1
- 0
roles/custom/matrix-coturn/tasks/setup_install.yml 파일 보기

@@ -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 }}"


불러오는 중...
취소
저장