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:
parent
c539148a70
commit
20cc471f2a
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue