1
0
Fork 0
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:
Jerry Vonau 2020-11-08 09:16:47 -06:00
parent 3432af03ca
commit c43241ccd2

View file

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