Explorar el Código

crontab mount dir should exists

pull/1464/head
sakkiii hace 4 años
padre
commit
42cd4d2c8d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      roles/matrix-jitsi/tasks/setup_jitsi_web.yml

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

@@ -15,6 +15,7 @@
- { path: "{{ matrix_jitsi_web_base_path }}", when: true } - { path: "{{ matrix_jitsi_web_base_path }}", when: true }
- { path: "{{ matrix_jitsi_web_config_path }}", when: true } - { path: "{{ matrix_jitsi_web_config_path }}", when: true }
- { path: "{{ matrix_jitsi_web_transcripts_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 when: matrix_jitsi_enabled|bool and item.when


- name: Ensure jitsi-web Docker image is pulled - name: Ensure jitsi-web Docker image is pulled


Cargando…
Cancelar
Guardar