mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
recommend ansible 2.5.3 -> 2.5.4
This commit is contained in:
parent
7aaeebe2c2
commit
9e4064e146
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ echo -e '\nATTEMPTING TO INSTALL THE LATEST ANSIBLE 2.5.x'
|
||||||
echo -e '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'
|
echo -e 'OR: consider scripts/ansible to keep up-to-date with Ansible'"'"'s evolution.\n'
|
||||||
|
|
||||||
GOOD_VER="2.5.3" # Ansible version for OLPC XO laptops (pip install).
|
GOOD_VER="2.5.4" # Ansible version for OLPC XO laptops (pip install).
|
||||||
# On other OS's we attempt to install/upgrade/pin to the latest Ansible 2.5.x
|
# On other OS's we attempt to install/upgrade/pin to the latest Ansible 2.5.x
|
||||||
CURR_VER="undefined"
|
CURR_VER="undefined"
|
||||||
# below are unused for future use
|
# below are unused for future use
|
||||||
|
|
Loading…
Reference in a new issue