瀏覽代碼

Ensure prosody plugin path created / permissions

pull/508/head
teutat3s 6 年之前
父節點
當前提交
47001258b5
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 18DAE600A6BBE705
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      roles/matrix-jitsi/tasks/setup_jitsi_prosody.yml

+ 1
- 0
roles/matrix-jitsi/tasks/setup_jitsi_prosody.yml 查看文件

@@ -14,6 +14,7 @@
with_items:
- { path: "{{ matrix_jitsi_prosody_base_path }}", when: true }
- { path: "{{ matrix_jitsi_prosody_config_path }}", when: true }
- { path: "{{ matrix_jitsi_prosody_plugins_path }}", when: true }
when: matrix_jitsi_enabled|bool and item.when

- name: Ensure jitsi-prosody Docker image is pulled


Loading…
取消
儲存