소스 검색

Ensure prosody plugin path created / permissions

pull/508/head
teutat3s 6 년 전
부모
커밋
47001258b5
No known key found for this signature in database GPG 키 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


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