1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 12:12:12 +00:00

fix arm kiwix download name

This commit is contained in:
George Hunt 2017-06-04 18:54:15 +00:00
parent 9560953531
commit c645cc5b16

View file

@ -13,7 +13,7 @@
- name: Set kiwix source file name armv7l
set_fact:
kiwix_src_file: "kiwix-tools_armhf_2017-06-02.tar-gz"
kiwix_src_file: "kiwix-tools_armhf_2017-06-02.tar.gz"
kiwix_src_bin_only: True
when: ansible_machine == "armv7l"