From 62bdd1ea2a5e695f73cc53f1629261cbb57736a7 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 13 Dec 2017 07:03:01 -0500 Subject: [PATCH] # to match iiab-install --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index dc1513704..94ebce04e 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -61,7 +61,7 @@ if ! which ansible-playbook ; then fi else #CURR_VER=`ansible --version | head -n 1 | cut -f 2 -d " "` - CURR_VER=`ansible --version | head -1 | awk '{print $2}'` + CURR_VER=`ansible --version | head -1 | awk '{print $2}'` # to match iiab-install echo "Current ansible version installed is $CURR_VER" if [ -f /etc/centos-release ] || [ -f /etc/fedora-release ]; then echo "Please use your system's package manager to update ansible"