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:
parent
944fe8b1ec
commit
9d014e620c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue