From b482018b1a6d9fc569164faa360b744e0fcf46f0 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 7 Mar 2022 09:22:46 -0500 Subject: [PATCH] Fix stale comment: /usr/local/calibre-web is now /usr/local/calibre-web-py3 --- 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 7d82f6677..801b273c0 100644 --- a/roles/calibre-web/tasks/install.yml +++ b/roles/calibre-web/tasks/install.yml @@ -29,7 +29,7 @@ - name: Clone i.e. download Calibre-Web ({{ calibreweb_version }}) from https://github.com/janeczku/calibre-web.git to {{ calibreweb_venv_path }} (~94 MB initially, ~115+ MB later) git: repo: https://github.com/janeczku/calibre-web.git - dest: "{{ calibreweb_venv_path }}" # /usr/local/calibre-web + dest: "{{ calibreweb_venv_path }}" force: yes depth: 1 version: "{{ calibreweb_version }}" # e.g. master, 0.6.5