mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
update pip3 call
This commit is contained in:
parent
95a640cc20
commit
807f94a6a1
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
##
|
||||
# Implementing this with Ansible command module for now.
|
||||
- name: Download Calibre-Web dependencies (using pip) into python3.7 virtual environment {{ calibreweb_venv_path }}
|
||||
pip:
|
||||
pip3:
|
||||
requirements: "{{ calibreweb_venv_path }}/requirements.txt"
|
||||
virtualenv: "{{ calibreweb_venv_path }}" # /usr/local/calibre-web-py3
|
||||
virtualenv_site_packages: no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue