From 807f94a6a195c0967091a98b434179a737f982d2 Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Thu, 6 Feb 2020 07:35:58 -0600 Subject: [PATCH] update pip3 call --- 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 1f5f4cc01..b726b9826 100644 --- a/roles/calibre-web/tasks/install.yml +++ b/roles/calibre-web/tasks/install.yml @@ -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