mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Update create-db.yml
This commit is contained in:
parent
29fe74652b
commit
b739c8b00a
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
||||||
get_url:
|
get_url:
|
||||||
url: "{{ iiab_download_url }}/{{ calibre_sample_book }}"
|
url: "{{ iiab_download_url }}/{{ calibre_sample_book }}"
|
||||||
dest: "{{ content_base }}/downloads"
|
dest: "{{ content_base }}/downloads"
|
||||||
|
timeout: "{{ download_timeout }}"
|
||||||
when: internet_available and not sample_bk.stat.exists
|
when: internet_available and not sample_bk.stat.exists
|
||||||
|
|
||||||
- name: Check if sample book exists in /opt/iiab/downloads
|
- name: Check if sample book exists in /opt/iiab/downloads
|
||||||
|
|
Loading…
Reference in a new issue