소스 검색

minor fix

pull/386/head
Horvath Gergely 6 년 전
부모
커밋
697f86d06f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      roles/matrix-coturn/tasks/setup_coturn.yml

+ 2
- 2
roles/matrix-coturn/tasks/setup_coturn.yml 파일 보기

@@ -18,7 +18,7 @@
dest: "{{ matrix_docker_coturn_src_files_path }}"
version: "{{ matrix_coturn_docker_image.split(':')[1] }}"
force: "yes"
when: "matrix_raspberry_pi"
when: "matrix_coturn_enabled|bool and matrix_raspberry_pi"

- name: Ensure Coturn Docker image is build (Raspberry pi)
docker_image:
@@ -28,7 +28,7 @@
dockerfile: Dockerfile
path: "{{ matrix_docker_coturn_src_files_path }}"
pull: yes
when: "matrix_raspberry_pi"
when: "matrix_coturn_enabled|bool and matrix_raspberry_pi"

- name: Ensure Coturn configuration path exists
file:


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