From 23b4aef477e881b3d3389a3ca5b62c8c449f1a6a Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 11 May 2018 14:18:16 -0400 Subject: [PATCH 1/2] Update ansible-2.5.x --- scripts/ansible-2.5.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible-2.5.x b/scripts/ansible-2.5.x index 08a0741bb..6b4ac0541 100755 --- a/scripts/ansible-2.5.x +++ b/scripts/ansible-2.5.x @@ -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 'OR: consider scripts/ansible to keep up-to-date with Ansible'"'"'s evolution.\n' -GOOD_VER="2.5.0" # Ansible version for OLPC XO laptops (pip install). +GOOD_VER="2.5.2" # 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 CURR_VER="undefined" # below are unused for future use From c07d9989469c2a4d7f5f51ad98a1c752ece28707 Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 11 May 2018 14:18:24 -0400 Subject: [PATCH 2/2] Update ansible --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index 52a27a25d..281995e15 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -4,7 +4,7 @@ echo -e '\nATTEMPTING TO INSTALL THE LATEST (RELEASED VERSION OF) ANSIBLE.' echo -e 'Ensure you'"'"'re online before running this script!' echo -e 'OR: consider scripts/ansible-2.4.x or scripts/ansible/2.5.x "slow food" instead.\n' -GOOD_VER="2.5.0" # Ansible version for OLPC XO laptops (pip install). +GOOD_VER="2.5.2" # Ansible version for OLPC XO laptops (pip install). # On other OS's we install/upgrade to THE latest (released version of) Ansible. CURR_VER="undefined" # below are unused for future use