1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

if ! which ansible-playbook ; then

This commit is contained in:
A Holt 2017-12-12 11:33:39 -05:00 committed by GitHub
parent 944fe8b1ec
commit 9d014e620c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ CURR_VER="undefined"
export DEBIAN_FRONTEND=noninteractive
if ! [ `which ansible-playbook` ]; then
if ! which ansible-playbook ; then
echo "Installing --- Please Wait"
if [ -f /etc/centos-release ]; then
yum -y install ca-certificates nss epel-release