Update to 2024-06-25 15:00

This commit is contained in:
Daniel Berteaud
2024-06-25 15:00:46 +02:00
parent ed84350220
commit 11271c8d3a
6 changed files with 65 additions and 47 deletions

View File

@@ -162,7 +162,15 @@
# Needed since CentOS 7.5 so ldaps can be used
- name: Remove bundled libs
file: path={{ seafile_root_dir }}/seafile-server/seafile/lib/{{ item }} state=absent
loop: "{{ seafile_rm_libs[seafile_edition] }}"
loop: "{{ seafile_rm_libs.community }}"
when: seafile_license is not defined
notify: restart seafile
tags: seafile
- name: Remove bundled libs
file: path={{ seafile_root_dir }}/seafile-server/seafile/lib/{{ item }} state=absent
loop: "{{ seafile_rm_libs.pro }}"
when: seafile_license is defined
notify: restart seafile
tags: seafile