1
0
Fork 0
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:
A Holt 2017-10-27 10:09:30 -04:00 committed by GitHub
parent b1f77b1092
commit 01a98b1f15

View file

@ -16,7 +16,7 @@
kiwix_src_bin_only: True
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 }}"
when: internet_available