mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 08:15:54 +02:00
Update to 2023-06-29 10:00
This commit is contained in:
@@ -35,7 +35,6 @@
|
||||
|
||||
- name: Install or update python modules in the virtualenv
|
||||
pip:
|
||||
state: "{{ (seafile_install_mode == 'upgrade') | ternary('latest', 'present') }}"
|
||||
virtualenv: "{{ seafile_root_dir }}"
|
||||
virtualenv_command: /bin/python3.9 -m venv
|
||||
name: "{{ seafile_python_libs }}"
|
||||
@@ -44,27 +43,6 @@
|
||||
- restart seahub
|
||||
tags: seafile
|
||||
|
||||
- name: Installer version specific python modules
|
||||
pip:
|
||||
virtualenv: "{{ seafile_root_dir }}"
|
||||
virtualenv_command: /bin/python3.9 -m venv
|
||||
name:
|
||||
- future==0.18.*
|
||||
- mysqlclient==2.1.*
|
||||
- pillow==9.3.*
|
||||
- captcha==0.4
|
||||
- django_simple_captcha==0.5.*
|
||||
- djangosaml2==1.5.*
|
||||
- pysaml2==7.2.*
|
||||
- pycryptodome==3.16.*
|
||||
- cffi==1.15.1
|
||||
- SQLAlchemy==1.4.3
|
||||
- chardet
|
||||
notify:
|
||||
- restart seafile
|
||||
- restart seahub
|
||||
tags: seafile
|
||||
|
||||
- name: Install Seafile pro license
|
||||
copy: content={{ seafile_license }} dest={{ seafile_root_dir }}/seafile-license.txt
|
||||
when:
|
||||
|
Reference in New Issue
Block a user