瀏覽代碼

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


Loading…
取消
儲存