mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
Explanations added
This commit is contained in:
parent
e5c7508354
commit
904484d977
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
|||
#!/bin/bash -e
|
||||
# required to start loading IIAB with ansible
|
||||
GOOD_VER="2.4.2"
|
||||
# Installs or upgrades to the best possible Ansible release, so iiab-install can proceed.
|
||||
# Ensure you are online before running this script!
|
||||
|
||||
GOOD_VER="2.4.2". # Ansible version for OLPC. On other OS's we install/upgrade to the latest Ansible.
|
||||
# Pinning to 2.4.x could be considered in future, if truly nec?
|
||||
VER="undefined"
|
||||
# FOUND="false". # NOT USED AS OF 2017-12-11
|
||||
# FAMILY="undefined" # NOT USED AS OF 2017-12-11
|
||||
|
|
Loading…
Reference in a new issue