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

force fail in both situations (bad arch, tarfile missing)

This commit is contained in:
A Holt 2017-11-26 16:56:26 -05:00 committed by GitHub
parent aea4cf2332
commit 5d6ca04928
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,8 +17,9 @@
when: ansible_machine == "i686"
# COMMENT OUT LINE ABOVE TO TEST i686 CODE PATH ON X86_64 (WORKS NOV 2017)
- name: Warn them if kiwix-tools appears unavailable for OS/architecture"
debug:
- name: FAIL (force Ansible to exit) IF kiwix-tools appears unavailable for OS/architecture
# debug:
fail:
msg: "WARNING: kiwix-tools SOFTWARE APPEARS UNAVAILABLE FOR YOUR {{ ansible_machine }} OS/ARCHITECTURE."
when: not kiwix_src_file
@ -39,6 +40,5 @@
when: not kiwix_src.stat.exists
- include_tasks: kiwix_install.yml
# when: kiwix_src_file is defined
tags:
- kiwix