mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
# to match iiab-install
This commit is contained in:
parent
4e90c94c9e
commit
62bdd1ea2a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue