mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +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
|
path: "{{ kiwix_library_xml }}" # /library/zims/library.xml
|
||||||
register: kiwix_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
|
- name: Install {{ iiab_zim_path }}/content/test.zim
|
||||||
copy:
|
copy:
|
||||||
src: test.zim
|
src: test.zim
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue