소스 검색

Fix incorrect when statement

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

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

@@ -13,7 +13,7 @@
group: "{{ matrix_user_groupname }}"
with_items:
- { path: "{{ matrix_coturn_docker_src_files_path }}", when: "{{ matrix_coturn_container_image_self_build }}"}
when: matrix_riot_web_enabled|bool and item.when
when: matrix_coturn_enabled|bool and item.when

- name: Ensure Coturn image is pulled
docker_image:


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