mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Display Calibre-Web venv path & Python ver
This commit is contained in:
parent
e68044f17e
commit
e2b489b507
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
# ignore_errors: True
|
||||
##
|
||||
# Implementing this with Ansible command module for now.
|
||||
- name: Download Calibre-Web dependencies (using pip) into virtual environment
|
||||
- name: Download Calibre-Web dependencies (using pip) into {{ virtualenv_python }} virtual environment {{ calibreweb_venv_path }}
|
||||
pip:
|
||||
requirements: "{{ calibreweb_venv_path }}/requirements.txt"
|
||||
virtualenv: "{{ calibreweb_venv_path }}" # /usr/local/calibre-web
|
||||
|
|
Loading…
Reference in a new issue