From 7827780f54365d959f9028909060a976499aafec Mon Sep 17 00:00:00 2001 From: root Date: Sun, 2 Feb 2020 13:09:52 -0500 Subject: [PATCH] Fix.. Display Calibre-Web venv path & Python ver --- roles/calibre-web/tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/calibre-web/tasks/install.yml b/roles/calibre-web/tasks/install.yml index b05f359ec..6b98dd2b3 100644 --- a/roles/calibre-web/tasks/install.yml +++ b/roles/calibre-web/tasks/install.yml @@ -42,7 +42,7 @@ # ignore_errors: True ## # 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: requirements: "{{ calibreweb_venv_path }}/requirements.txt" virtualenv: "{{ calibreweb_venv_path }}" # /usr/local/calibre-web