Update to 2022-01-25 15:00

This commit is contained in:
Daniel Berteaud
2022-01-25 15:00:05 +01:00
parent 44ee2cb941
commit 1454d0ec5c
26 changed files with 337 additions and 56 deletions

View File

@@ -7,3 +7,9 @@ dependencies:
when: seafile_license is defined and seafile_scan_av == True
- role: mysql_server
when: seafile_db_server in ['127.0.0.1', 'localhost']
- role: elasticsearch
vars:
es_version: 7.16.3
when:
- seafile_license is defined
- seafile_es_server in ['127.0.0.1', 'localhost']