1
0
Fork 0
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:
root 2020-02-02 12:59:13 -05:00
parent e68044f17e
commit e2b489b507

View file

@ -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