From 859c0d53c5a5996a45142c701d6ea97a022ef075 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 10 May 2018 16:31:18 -0400 Subject: [PATCH] Update py-installer.yml --- roles/calibre/tasks/py-installer.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/roles/calibre/tasks/py-installer.yml b/roles/calibre/tasks/py-installer.yml index 65c13fba1..bee575f4d 100644 --- a/roles/calibre/tasks/py-installer.yml +++ b/roles/calibre/tasks/py-installer.yml @@ -1,5 +1,7 @@ +# roles/calibre/tasks/main.yml requires calibre_via_debs (to be True) before calling this script. + # Seems to work with just about any Linux (Fedora 18 on OLPC XO Laptops??) and deals with dependencies. -# But is arch dependent: requires x86_64 or i686 for now. +# BUT IS ARCH DEPENDENT: requires x86_64 or i686 as of early 2018. - name: Download latest linux-installer.py from GitHub to calibre-installer.py get_url: @@ -38,7 +40,7 @@ # path: "/usr/bin/calibre-uninstall" # register: calib_uninst -- name: FAIL (force Ansible to exit) IF /opt/iiab/downloads/calibre-installer.py doesn't exist OR needed Internet connection is missing +- name: FAIL (force Ansible to exit) IF /opt/iiab/downloads/calibre-installer.py OR Internet ARE MISSING # meta: end_play fail: msg: "{{ downloads_dir }}/calibre-installer.py and an Internet connection are REQUIRED in order to install Calibre!"