1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

change kiwix version to 2017-08-28

This commit is contained in:
Tim Moody 2017-08-29 22:21:51 -04:00
parent 16ec7bc6a2
commit 673c7916ce

View file

@ -7,19 +7,19 @@
- name: Set kiwix source file name x86_64 - name: Set kiwix source file name x86_64
set_fact: set_fact:
kiwix_src_file: "kiwix-tools_linux64_2017-06-13.tar.gz" kiwix_src_file: "kiwix-tools_linux64_2017-08-28.tar.gz"
kiwix_src_bin_only: True kiwix_src_bin_only: True
when: ansible_machine == "x86_64" when: ansible_machine == "x86_64"
- name: Set kiwix source file name armv7l - name: Set kiwix source file name armv7l
set_fact: set_fact:
kiwix_src_file: "kiwix-tools_armhf_2017-06-13.tar.gz" kiwix_src_file: "kiwix-tools_armhf_2017-08-28.tar.gz"
kiwix_src_bin_only: True kiwix_src_bin_only: True
when: ansible_machine == "armv7l" when: ansible_machine == "armv7l"
- name: Get the kiwix software - name: Get the kiwix software
get_url: url="{{ iiab_download_url }}/{{ kiwix_src_file }}" dest="{{ downloads_dir }}/{{ kiwix_src_file }}" get_url: url="{{ iiab_download_url }}/{{ kiwix_src_file }}" dest="{{ downloads_dir }}/{{ kiwix_src_file }}"
when: internet_available when: internet_available
- include: kiwix_install.yml - include: kiwix_install.yml
when: kiwix_src_file is defined when: kiwix_src_file is defined