1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Fix.. Display Calibre-Web venv path & Python ver

This commit is contained in:
root 2020-02-02 13:09:52 -05:00
parent e2b489b507
commit 7827780f54

View file

@ -42,7 +42,7 @@
# ignore_errors: True # ignore_errors: True
## ##
# Implementing this with Ansible command module for now. # Implementing this with Ansible command module for now.
- name: Download Calibre-Web dependencies (using pip) into {{ virtualenv_python }} virtual environment {{ calibreweb_venv_path }} - name: Download Calibre-Web dependencies (using pip) into python2.7 virtual environment {{ calibreweb_venv_path }}
pip: pip:
requirements: "{{ calibreweb_venv_path }}/requirements.txt" requirements: "{{ calibreweb_venv_path }}/requirements.txt"
virtualenv: "{{ calibreweb_venv_path }}" # /usr/local/calibre-web virtualenv: "{{ calibreweb_venv_path }}" # /usr/local/calibre-web