Explorar el Código

Ensure prosody plugin path created / permissions

pull/508/head
teutat3s hace 6 años
padre
commit
47001258b5
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 18DAE600A6BBE705
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      roles/matrix-jitsi/tasks/setup_jitsi_prosody.yml

+ 1
- 0
roles/matrix-jitsi/tasks/setup_jitsi_prosody.yml Ver fichero

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


Cargando…
Cancelar
Guardar