mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Update ansible-2.4.x
This commit is contained in:
parent
b57fffaa69
commit
b5ddfbb89c
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue