mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 08:15:54 +02:00
Update to 2024-05-06 00:01
This commit is contained in:
@@ -37,7 +37,19 @@
|
||||
pip:
|
||||
virtualenv: "{{ seafile_root_dir }}"
|
||||
virtualenv_command: /bin/python3.9 -m venv
|
||||
name: "{{ seafile_python_libs[seafile_edition] }}"
|
||||
name: "{{ seafile_python_libs.community }}"
|
||||
when: seafile_license is not defined
|
||||
notify:
|
||||
- restart seafile
|
||||
- restart seahub
|
||||
tags: seafile
|
||||
|
||||
- name: Install or update python modules in the virtualenv
|
||||
pip:
|
||||
virtualenv: "{{ seafile_root_dir }}"
|
||||
virtualenv_command: /bin/python3.9 -m venv
|
||||
name: "{{ seafile_python_libs.pro }}"
|
||||
when: seafile_license is defined
|
||||
notify:
|
||||
- restart seafile
|
||||
- restart seahub
|
||||
|
Reference in New Issue
Block a user