From 5fa3cfd118e7680bf9638517a8db3adb67aada54 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 5 Apr 2018 03:54:49 -0400 Subject: [PATCH] Update ansible --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index bd25e8ef5..f98c83892 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -3,7 +3,7 @@ # Installs or upgrades to the best possible Ansible release, so iiab-install # can proceed. Ensure you're online before running this script! -GOOD_VER="2.4.4" # Ansible version pip install onto OLPC XO laptops. +GOOD_VER="2.4.4" # Ansible version to pip install onto OLPC XO laptops. # On other OS's we install/upgrade to the latest Ansible 2.4.x # (Pin to 2.5.x in the near-future, for IIAB 6.6?) CURR_VER="undefined"