diff --git a/roles/calibre-web/tasks/main.yml b/roles/calibre-web/tasks/main.yml index 3448752ea..85184898b 100644 --- a/roles/calibre-web/tasks/main.yml +++ b/roles/calibre-web/tasks/main.yml @@ -32,9 +32,9 @@ repo: https://github.com/janeczku/calibre-web.git dest: "{{ calibreweb_venv_path }}" force: yes - #update: yes + #update: yes # not needed, as Ansible's default is to update depth: 1 - version: master + version: "{{ calibreweb_version }}" when: internet_available | bool ## Ansible Pip Bug: Cannot use 'chdir' with 'env' https://github.com/ansible/ansible/issues/37912 (Patch landed)