From f9388187c4931364b6e4f3fa317761cec871354b Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 10 Jul 2018 23:24:50 -0400 Subject: [PATCH 1/4] Rename ansible-2.5.x to ansible-2.5.x-deprecated --- scripts/{ansible-2.5.x => ansible-2.5.x-deprecated} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{ansible-2.5.x => ansible-2.5.x-deprecated} (100%) diff --git a/scripts/ansible-2.5.x b/scripts/ansible-2.5.x-deprecated similarity index 100% rename from scripts/ansible-2.5.x rename to scripts/ansible-2.5.x-deprecated From 0267eb3d628d2d2bc32e9cfa4673b1e5f780a108 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 10 Jul 2018 23:27:10 -0400 Subject: [PATCH 2/4] Update ansible --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index 467bff36d..331d64aee 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -9,7 +9,7 @@ echo -e 'COMPLETE INSTALL INSTRUCTIONS:\nhttps://github.com/iiab/iiab/wiki/IIAB- echo -e 'NOW ATTEMPTING TO INSTALL THE LATEST ANSIBLE:' echo -e 'Ensure you'"'"'re online before running this (/opt/iiab/iiab/scripts/ansible)\n' -echo -e 'ALTERNATIVES: Run scripts/ansible-2.5.x or scripts/ansible-2.6.x "slow food".\n\n' +echo -e 'ALTERNATIVES: Run scripts/ansible-2.5.x-deprecated or scripts/ansible-2.6.x "slow food".\n\n' GOOD_VER="2.6.1" # Ansible version for OLPC XO laptops (pip install). From 61aafcf617bd1bd55217b56778a32e9dc6e89d5e Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 10 Jul 2018 23:30:20 -0400 Subject: [PATCH 3/4] Update ansible --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index 331d64aee..8afc057de 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -9,7 +9,7 @@ echo -e 'COMPLETE INSTALL INSTRUCTIONS:\nhttps://github.com/iiab/iiab/wiki/IIAB- echo -e 'NOW ATTEMPTING TO INSTALL THE LATEST ANSIBLE:' echo -e 'Ensure you'"'"'re online before running this (/opt/iiab/iiab/scripts/ansible)\n' -echo -e 'ALTERNATIVES: Run scripts/ansible-2.5.x-deprecated or scripts/ansible-2.6.x "slow food".\n\n' +echo -e 'ALTERNATIVES: Run scripts/ansible-2.5.x-deprecated or scripts/ansible-2.6.x\n\n' GOOD_VER="2.6.1" # Ansible version for OLPC XO laptops (pip install). From df436b94fb9187ea908493123258d9f8032e3e88 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 10 Jul 2018 23:30:30 -0400 Subject: [PATCH 4/4] 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 9ea07a808..6e9c76daf 100755 --- a/scripts/ansible-2.6.x +++ b/scripts/ansible-2.6.x @@ -9,7 +9,7 @@ echo -e 'COMPLETE INSTALL INSTRUCTIONS:\nhttps://github.com/iiab/iiab/wiki/IIAB- echo -e 'NOW ATTEMPTING TO INSTALL THE LATEST ANSIBLE 2.6.x:' echo -e 'Ensure you'"'"'re online before running this (/opt/iiab/iiab/scripts/ansible-2.6.x)\n' -echo -e 'ALTERNATIVES: Run scripts/ansible-2.5.x, or scripts/ansible for the latest.\n\n' +echo -e 'ALTERNATIVES: Run scripts/ansible-2.5.x-deprecated "slow food", or scripts/ansible for the latest.\n\n' GOOD_VER="2.6.1" # Ansible version for OLPC XO laptops (pip install).