1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

kiwix - group directory creation together

This commit is contained in:
Jerry Vonau 2020-11-08 07:11:23 -06:00
parent c539148a70
commit 20cc471f2a

View file

@ -44,6 +44,7 @@
path: "{{ item }}"
state: directory
with_items:
- "{{ kiwix_path }}/bin" # /opt/iiab/kiwix
- "{{ iiab_zim_path }}" # /library/zims
- "{{ iiab_zim_path }}/content"
- "{{ iiab_zim_path }}/index"
@ -66,11 +67,6 @@
dest: "{{ iiab_zim_path }}/content/test.zim"
force: no
- name: Create {{ kiwix_path }}/bin directory
file:
path: "{{ kiwix_path }}/bin" # /opt/iiab/kiwix
state: directory
# 2. INSTALL KIWIX-TOOLS EXECUTABLES