mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Ansible output clarified
This commit is contained in:
parent
56d5ec9e6d
commit
3bd6659178
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
# EXPERIMENTAL i686 CODE PATH
|
||||
- name: Set kiwix source file name i686
|
||||
- name: "Set Kiwix filename to d/l: {{ kiwix_src_file_i686 }} (i686)"
|
||||
set_fact:
|
||||
kiwix_src_file: "{{ kiwix_src_file_i686 }}"
|
||||
kiwix_src_bin_only: False
|
||||
|
@ -17,7 +17,7 @@
|
|||
kiwix_src_bin_only: True
|
||||
when: ansible_machine == "armv7l" or ansible_machine == "armv6l"
|
||||
|
||||
- name: Download the Kiwix software to /opt/iiab/downloads
|
||||
- name: Download Kiwix software to /opt/iiab/downloads
|
||||
get_url:
|
||||
url: "{{ iiab_download_url }}/{{ kiwix_src_file }}"
|
||||
dest: "{{ downloads_dir }}/{{ kiwix_src_file }}"
|
||||
|
@ -29,5 +29,5 @@
|
|||
- kiwix
|
||||
|
||||
- debug:
|
||||
msg: "WARNING kiwix source is not defined for your platform"
|
||||
msg: "WARNING: kiwix-tools SOFTWARE NOT FOUND FOR YOUR OS/ARCHITECTURE."
|
||||
when: not kiwix_src_file
|
||||
|
|
Loading…
Reference in a new issue