From 448a90d0f5440ee74a2147f95dfb3b65f90d61cb Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 28 Jun 2018 20:56:29 -0400 Subject: [PATCH 1/3] revise recommendation from 2.5.5 to 2.6.0 --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index c60d6306c..5b8e7e497 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -12,7 +12,7 @@ echo -e 'Ensure you'"'"'re online before running this (/opt/iiab/iiab/scripts/an echo -e 'ALTERNATIVES: Run scripts/ansible-2.5.x or scripts/ansible-2.6.x "sloww food".\n\n' -GOOD_VER="2.5.5" # Ansible version for OLPC XO laptops (pip install). +GOOD_VER="2.6.0" # 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 From 7a3e0b989fc2d6fff216e2dc9069dede0c843f74 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 28 Jun 2018 20:56:57 -0400 Subject: [PATCH 2/3] revise recommendation from 2.5.5 to 2.6.0 --- 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 fbf613b36..7e3ea082f 100755 --- a/scripts/ansible-2.5.x +++ b/scripts/ansible-2.5.x @@ -12,7 +12,7 @@ echo -e 'Ensure you'"'"'re online before running this (/opt/iiab/iiab/scripts/an echo -e 'ALTERNATIVES: Run scripts/ansible-2.6.x, or scripts/ansible for the latest.\n\n' -GOOD_VER="2.5.5" # Ansible version for OLPC XO laptops (pip install). +GOOD_VER="2.6.0" # 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 1e9a063dec851cd5a34443685d7f56210fb016f5 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 28 Jun 2018 20:57:14 -0400 Subject: [PATCH 3/3] revise recommendation from 2.5.5 to 2.6.0 --- scripts/ansible-2.6.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible-2.6.x b/scripts/ansible-2.6.x index 4e6b99638..0143115f4 100755 --- a/scripts/ansible-2.6.x +++ b/scripts/ansible-2.6.x @@ -12,7 +12,7 @@ echo -e 'Ensure you'"'"'re online before running this (/opt/iiab/iiab/scripts/an echo -e 'ALTERNATIVES: Run scripts/ansible-2.5.x, or scripts/ansible for the latest.\n\n' -GOOD_VER="2.5.5" # Ansible version for OLPC XO laptops (pip install). +GOOD_VER="2.6.0" # Ansible version for OLPC XO laptops (pip install). # On other OS's we attempt to install/upgrade/pin to the latest Ansible 2.6.x CURR_VER="undefined" # below are unused for future use