From df2da3264cab410a6cb7a9904878785cadfbbe82 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 5 Jul 2018 18:13:36 -0400 Subject: [PATCH 1/3] Update ansible --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index 9db7818b0..467bff36d 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 "slow food".\n\n' -GOOD_VER="2.6.0" # Ansible version for OLPC XO laptops (pip install). +GOOD_VER="2.6.1" # 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 c28201c0a612bc998977d78a341b060da82b7bdf Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 5 Jul 2018 18:14:03 -0400 Subject: [PATCH 2/3] 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 7e3ea082f..62ce9ef4e 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.6.0" # Ansible version for OLPC XO laptops (pip install). +GOOD_VER="2.5.6" # 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 426b4ba02d1cccc78b6bad53dcbb5b3c7ec86659 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 5 Jul 2018 18:14:22 -0400 Subject: [PATCH 3/3] Update ansible-2.6.x --- 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 0143115f4..9ea07a808 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.6.0" # Ansible version for OLPC XO laptops (pip install). +GOOD_VER="2.6.1" # 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