mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update ansible-2.4.x
This commit is contained in:
parent
e09deecec8
commit
f9640cb82d
1 changed files with 6 additions and 6 deletions
|
@ -1,12 +1,12 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
|
||||||
# Installs or upgrades to the best possible Ansible release, so iiab-install
|
echo -e '\nATTEMPTING TO INSTALL THE LATEST ANSIBLE 2.4.x'
|
||||||
# can proceed. Ensure you're online before running this script!
|
echo -e 'Ensure you'"'"'re online before running this script!'
|
||||||
|
echo -e 'OR: consider scripts/ansible to keep up-to-date with Ansible'"'"'s evolution.\n'
|
||||||
|
|
||||||
GOOD_VER="2.4.4" # Ansible version to pip install onto OLPC XO laptops.
|
GOOD_VER="2.4.4" # Ansible version for OLPC XO laptops (pip install).
|
||||||
# On other OS's we install/upgrade/pin to the latest Ansible 2.4.x
|
# On other OS's we attempt to install/upgrade/pin to the latest Ansible 2.4.x
|
||||||
# (Whereas for the upcoming IIAB 6.6, we'll likely
|
# WARNING: IIAB 6.6 will likely recommend the very latest Ansible 2.5.x or higher.
|
||||||
# recommend the very latest Ansible 2.5.x or higher)
|
|
||||||
CURR_VER="undefined"
|
CURR_VER="undefined"
|
||||||
# FOUND="false" # NOT USED AS OF 2017-12-12
|
# FOUND="false" # NOT USED AS OF 2017-12-12
|
||||||
# FAMILY="undefined" # NOT USED AS OF 2017-12-12
|
# FAMILY="undefined" # NOT USED AS OF 2017-12-12
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue