mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
crontab mount dir should exists
This commit is contained in:
parent
55860bf38f
commit
42cd4d2c8d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user