1
0
Fork 0
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:
A Holt 2017-11-26 10:20:33 -05:00 committed by GitHub
parent 56d5ec9e6d
commit 3bd6659178
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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