mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +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
|
#!/bin/bash -e
|
||||||
# required to start loading IIAB with ansible
|
# Installs or upgrades to the best possible Ansible release, so iiab-install can proceed.
|
||||||
GOOD_VER="2.4.2"
|
# 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"
|
VER="undefined"
|
||||||
# FOUND="false". # NOT USED AS OF 2017-12-11
|
# FOUND="false". # NOT USED AS OF 2017-12-11
|
||||||
# FAMILY="undefined" # NOT USED AS OF 2017-12-11
|
# FAMILY="undefined" # NOT USED AS OF 2017-12-11
|
||||||
|
|
Loading…
Reference in a new issue