mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
cleaner Ansible messaging
This commit is contained in:
parent
b1f77b1092
commit
01a98b1f15
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
kiwix_src_bin_only: True
|
kiwix_src_bin_only: True
|
||||||
when: ansible_machine == "armv7l" or ansible_machine == "armv6l"
|
when: ansible_machine == "armv7l" or ansible_machine == "armv6l"
|
||||||
|
|
||||||
- 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue