1
0
Fork 0
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:
Jerry Vonau 2020-02-14 01:04:45 -06:00
parent 1f03fa52ab
commit a4bfb7db91

View file

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