1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 20:22:08 +00:00

Update ansible-2.4.x

This commit is contained in:
A Holt 2018-04-05 05:36:25 -04:00 committed by GitHub
parent b57fffaa69
commit b5ddfbb89c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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