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:
parent
c0303f0177
commit
80034933ec
1 changed files with 2 additions and 2 deletions
|
@ -32,9 +32,9 @@
|
||||||
repo: https://github.com/janeczku/calibre-web.git
|
repo: https://github.com/janeczku/calibre-web.git
|
||||||
dest: "{{ calibreweb_venv_path }}"
|
dest: "{{ calibreweb_venv_path }}"
|
||||||
force: yes
|
force: yes
|
||||||
#update: yes
|
#update: yes # not needed, as Ansible's default is to update
|
||||||
depth: 1
|
depth: 1
|
||||||
version: master
|
version: "{{ calibreweb_version }}"
|
||||||
when: internet_available | bool
|
when: internet_available | bool
|
||||||
|
|
||||||
## Ansible Pip Bug: Cannot use 'chdir' with 'env' https://github.com/ansible/ansible/issues/37912 (Patch landed)
|
## Ansible Pip Bug: Cannot use 'chdir' with 'env' https://github.com/ansible/ansible/issues/37912 (Patch landed)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue