mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
calibre-web/tasks/install.yml: Disk footprints for /usr/local/calibre-web-py3
This commit is contained in:
parent
4ed99abf6e
commit
1b44563777
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
# https://github.com/janeczku/calibre-web/pull/927
|
||||
# https://github.com/janeczku/calibre-web/pull/1459
|
||||
|
||||
- name: "Clone i.e. download Calibre-Web ({{ calibreweb_version }}) from {{ calibreweb_repo_url }} to {{ calibreweb_venv_path }} (~94 MB initially, ~115+ MB later) -- if {{ calibreweb_venv_path }} created just above"
|
||||
- name: "Clone i.e. download Calibre-Web ({{ calibreweb_version }}) from {{ calibreweb_repo_url }} to {{ calibreweb_venv_path }} (~114 MB initially, ~210+ MB later) -- if {{ calibreweb_venv_path }} created just above"
|
||||
git:
|
||||
repo: "{{ calibreweb_repo_url }}" # e.g. https://github.com/janeczku/calibre-web
|
||||
dest: "{{ calibreweb_venv_path }}"
|
||||
|
|
Loading…
Reference in a new issue