mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update ansible
This commit is contained in:
parent
b5ddfbb89c
commit
94227e702a
1 changed files with 1 additions and 2 deletions
|
@ -14,8 +14,7 @@ CURR_VER="undefined"
|
||||||
|
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
# if ! which ansible-playbook ; then
|
if [ ! `command -v ansible-playbook` ]; then # "command -v" is POSIX compliant; also catches built-in commands like "cd"
|
||||||
if [ ! `command -v ansible-playbook` ]; then
|
|
||||||
echo "Installing --- Please Wait"
|
echo "Installing --- Please Wait"
|
||||||
if [ -f /etc/centos-release ]; then
|
if [ -f /etc/centos-release ]; then
|
||||||
yum -y install ca-certificates nss epel-release
|
yum -y install ca-certificates nss epel-release
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue