From e0a13501c02ea645d5ae98b26c67ccf45245f6e2 Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Mon, 16 Oct 2017 21:17:23 -0500 Subject: [PATCH] bump centos to ansible 2.4.0 --- scripts/ansible | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index bdced2c0f..19c56e6ad 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -42,8 +42,9 @@ fi if [ -f /etc/centos-release ]; then yum -y upgrade yum -y install ca-certificates nss epel-release - yum -y install ansible git bzip2 file findutils gzip hg svn sudo tar which unzip xz zip libselinux-python + 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.0.0-1.el7.ans.noarch.rpm FOUND="yes" FAMILY="redhat" fi