Ensure prosody plugin path created / permissions

This commit is contained in:
teutat3s 2020-05-17 14:19:58 +02:00
parent fbd8f3ec9b
commit 47001258b5
Signed by: teutat3s
GPG key ID: 18DAE600A6BBE705

View file

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