1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

git should d/l..version: "{{ calibreweb_version }}"

This commit is contained in:
A Holt 2019-05-30 19:56:25 -04:00 committed by GitHub
parent c0303f0177
commit 80034933ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)