1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 20:22:08 +00:00
This commit is contained in:
Jerry Vonau 2020-02-13 12:26:18 -06:00
parent 4ec22de866
commit e431831f26

View file

@ -51,14 +51,6 @@
# virtualenv_python: python3.7
when: internet_available | bool
# 2020-02-02: IS PYTHON 3 POSSIBLE ABOVE AND BELOW?
#- name: Symlink {{ calibreweb_venv_path }}/vendor -> {{ calibreweb_venv_path }}/lib/python2.7/site-packages - to keep {{ calibreweb_venv_path }}/cps.py happy?
# file:
# src: "{{ calibreweb_venv_path }}/lib/python3.7/site-packages"
# path: "{{ calibreweb_venv_path }}/vendor" # /usr/local/calibre-web-py3
# state: link
- name: Install /etc/systemd/system/calibre-web.service from template
template:
src: calibre-web.service.j2