From b5ddfbb89c90c57c27defb9a4578cd73a493d506 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 5 Apr 2018 05:36:25 -0400 Subject: [PATCH] Update ansible-2.4.x --- scripts/ansible-2.4.x | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/ansible-2.4.x b/scripts/ansible-2.4.x index b0ed4726a..3158412f0 100755 --- a/scripts/ansible-2.4.x +++ b/scripts/ansible-2.4.x @@ -15,8 +15,7 @@ CURR_VER="undefined" export DEBIAN_FRONTEND=noninteractive -# if ! which ansible-playbook ; then -if [ ! `command -v ansible-playbook` ]; then +if [ ! `command -v ansible-playbook` ]; then # "command -v" is POSIX compliant; also catches built-in commands like "cd" echo "Installing --- Please Wait" if [ -f /etc/centos-release ]; then yum -y install ca-certificates nss epel-release