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

Update py-installer.yml

This commit is contained in:
A Holt 2018-05-10 16:31:18 -04:00 committed by GitHub
parent 26c6d2ea74
commit 859c0d53c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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