Parcourir la source

Ensure prosody plugin path created / permissions

pull/508/head
teutat3s il y a 6 ans
Parent
révision
47001258b5
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 18DAE600A6BBE705
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      roles/matrix-jitsi/tasks/setup_jitsi_prosody.yml

+ 1
- 0
roles/matrix-jitsi/tasks/setup_jitsi_prosody.yml Voir le fichier

@@ -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


Chargement…
Annuler
Enregistrer