mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
calibre-web/tasks/install.yml: Full clone for now (community testing)
This commit is contained in:
parent
53a74c77a7
commit
699adb9c5a
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
||||||
repo: "{{ calibreweb_repo_url }}" # e.g. https://github.com/janeczku/calibre-web
|
repo: "{{ calibreweb_repo_url }}" # e.g. https://github.com/janeczku/calibre-web
|
||||||
dest: "{{ calibreweb_venv_path }}"
|
dest: "{{ calibreweb_venv_path }}"
|
||||||
force: yes
|
force: yes
|
||||||
depth: 1
|
#depth: 1 # 2023-11-04: Full clone for now, to help @deldesir & wider community testing
|
||||||
version: "{{ calibreweb_version }}" # e.g. master, 0.6.20
|
version: "{{ calibreweb_version }}" # e.g. master, 0.6.20
|
||||||
|
|
||||||
- name: Download Calibre-Web dependencies from 'requirements.txt' into python3 virtual environment {{ calibreweb_venv_path }}
|
- name: Download Calibre-Web dependencies from 'requirements.txt' into python3 virtual environment {{ calibreweb_venv_path }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue