mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 16:25:56 +02:00
Update to 2024-06-25 15:00
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user