From 705f0088647735238af09521a6dc796f808e8e75 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 6 Feb 2018 19:32:58 -0500 Subject: [PATCH 1/2] scripts/ansible 2.4.2 -> 2.4.3 --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index 94ebce04e..df982c582 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.2" # Ansible version for OLPC, for pip. +GOOD_VER="2.4.3" # Ansible version for OLPC, for pip. # On other OS's we install/upgrade to the latest Ansible. # Pin all to 2.4.x in future, if really/truly nec? CURR_VER="undefined" From 0095c6907d55bcd6c4091c7d02a85cf408ff440c Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 6 Feb 2018 21:04:44 -0500 Subject: [PATCH 2/2] also ansible-2.4.3.0-1.el7.ans.noarch.rpm --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index df982c582..4861545eb 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -20,7 +20,7 @@ if ! which ansible-playbook ; then yum -y install ca-certificates nss epel-release yum -y install git bzip2 file findutils gzip hg svn sudo tar which unzip xz zip libselinux-python yum -y install python-pip python-setuptools python-wheel patch - yum -y install http://releases.ansible.com/ansible/rpm/release/epel-7-x86_64/ansible-2.4.2.0-1.el7.ans.noarch.rpm + yum -y install http://releases.ansible.com/ansible/rpm/release/epel-7-x86_64/ansible-2.4.3.0-1.el7.ans.noarch.rpm # FOUND="true" # FAMILY="redhat" # elif [ -f /etc/fedora-release ]; then