mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
kiwix - just provide test.zim and auto generate library.xml
This commit is contained in:
parent
3432af03ca
commit
c43241ccd2
1 changed files with 0 additions and 7 deletions
|
@ -54,13 +54,6 @@
|
|||
path: "{{ kiwix_library_xml }}" # /library/zims/library.xml
|
||||
register: kiwix_xml
|
||||
|
||||
- name: Install stub /library/zims/library.xml from template, if one doesn't exist
|
||||
template:
|
||||
src: library.xml
|
||||
dest: "{{ kiwix_library_xml }}"
|
||||
force: no
|
||||
when: not kiwix_xml.stat.exists
|
||||
|
||||
- name: Install {{ iiab_zim_path }}/content/test.zim
|
||||
copy:
|
||||
src: test.zim
|
||||
|
|
Loading…
Reference in a new issue