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

Update computed_vars.yml

kiwix - remove duplicate code
This commit is contained in:
Jerry Vonau 2017-06-19 05:26:30 -05:00 committed by georgejhunt
parent b490606a44
commit b4ac79f445

View file

@ -142,21 +142,3 @@
set_fact:
is_CentOS: True
when: ansible_distribution == "CentOS"
- name: Set kiwix source file name i686
set_fact:
kiwix_src_file: "kiwix-linux-i686.tar.bz2"
kiwix_src_bin_only: False
when: ansible_machine == "i686"
- name: Set kiwix source file name x86_64
set_fact:
kiwix_src_file: "kiwix-0.9-linux-x86_64.tar.bz2"
kiwix_src_bin_only: False
when: ansible_machine == "x86_64"
- name: Set kiwix source file name armv7l
set_fact:
kiwix_src_file: "kiwix-server-0.9-linux-armv5tejl.tar.bz2"
kiwix_src_bin_only: True
when: ansible_machine == "armv7l"