diff --git a/scripts/ansible b/scripts/ansible index 382e41fb5..2ca329168 100644 --- a/scripts/ansible +++ b/scripts/ansible @@ -14,8 +14,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