mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
python 3.7 > 3
This commit is contained in:
parent
1f03fa52ab
commit
a4bfb7db91
1 changed files with 1 additions and 2 deletions
|
@ -42,13 +42,12 @@
|
|||
# ignore_errors: True
|
||||
##
|
||||
# Implementing this with Ansible command module for now.
|
||||
- name: Download Calibre-Web dependencies (using pip) into python3.7 virtual environment {{ calibreweb_venv_path }}
|
||||
- name: Download Calibre-Web dependencies (using pip) into python3 virtual environment {{ calibreweb_venv_path }}
|
||||
pip:
|
||||
requirements: "{{ calibreweb_venv_path }}/requirements.txt"
|
||||
virtualenv: "{{ calibreweb_venv_path }}" # /usr/local/calibre-web-py3
|
||||
virtualenv_site_packages: no
|
||||
virtualenv_command: python3 -m venv {{ calibreweb_venv_path }}
|
||||
# virtualenv_python: python3.7
|
||||
when: internet_available | bool
|
||||
|
||||
- name: Install /etc/systemd/system/calibre-web.service from template
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue