From 061a96a5adb85cd490987841ec536b2f612e26e8 Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Sun, 16 Apr 2023 13:43:16 -0500 Subject: [PATCH] positional ordering --- 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 3c8e4345e..7ffb5a32e 100644 --- a/roles/calibre-web/tasks/install.yml +++ b/roles/calibre-web/tasks/install.yml @@ -61,7 +61,7 @@ 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 }} --system-site-packages + virtualenv_command: python3 -m venv --system-site-packages {{ calibreweb_venv_path }} # VIRTUALENV EXAMPLE COMMANDS: # cd /usr/local/calibre-web-py3