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:
parent
26c6d2ea74
commit
859c0d53c5
1 changed files with 4 additions and 2 deletions
|
@ -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!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue