mirror of
				https://git.lapiole.org/dani/ansible-roles.git
				synced 2025-10-31 10:51:27 +01: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
	 Daniel Berteaud
					Daniel Berteaud