소스 검색

crontab mount dir should exists

pull/1464/head
sakkiii 4 년 전
부모
커밋
42cd4d2c8d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      roles/matrix-jitsi/tasks/setup_jitsi_web.yml

+ 1
- 0
roles/matrix-jitsi/tasks/setup_jitsi_web.yml 파일 보기

@@ -15,6 +15,7 @@
- { path: "{{ matrix_jitsi_web_base_path }}", when: true }
- { path: "{{ matrix_jitsi_web_config_path }}", when: true }
- { path: "{{ matrix_jitsi_web_transcripts_path }}", when: true }
- { path: "{{ matrix_jitsi_web_crontabs_path }}", when: true }
when: matrix_jitsi_enabled|bool and item.when

- name: Ensure jitsi-web Docker image is pulled


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