From 699adb9c5a5c2a21e17eecb31dd696698f0c52a4 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 4 Nov 2023 08:24:39 -0400 Subject: [PATCH] calibre-web/tasks/install.yml: Full clone for now (community testing) --- roles/calibre-web/tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/calibre-web/tasks/install.yml b/roles/calibre-web/tasks/install.yml index d8f2c6f94..7f778a38f 100644 --- a/roles/calibre-web/tasks/install.yml +++ b/roles/calibre-web/tasks/install.yml @@ -56,7 +56,7 @@ repo: "{{ calibreweb_repo_url }}" # e.g. https://github.com/janeczku/calibre-web dest: "{{ calibreweb_venv_path }}" 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 - name: Download Calibre-Web dependencies from 'requirements.txt' into python3 virtual environment {{ calibreweb_venv_path }}