Skip to content

Commit

Permalink
kiwix - group directory creation together
Browse files Browse the repository at this point in the history
  • Loading branch information
jvonau committed Nov 8, 2020
1 parent c539148 commit 20cc471
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions roles/kiwix/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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

Expand Down

0 comments on commit 20cc471

Please sign in to comment.