mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Fix stale comment: /usr/local/calibre-web is now /usr/local/calibre-web-py3
This commit is contained in:
parent
af88232071
commit
b482018b1a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue