Update bootstrap-ansible.sh

fix syntax error
pull/124/head
Leonid Laboshin 2014-09-30 16:12:48 +04:00
parent 7a008a7722
commit 5b0501b8e0
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ if [[ -x $(which lsb_release 2>/dev/null) ]]; then
mkdir /etc/ansible
elif [[ "Ubuntu" =~ $os_VENDOR ]]; then
apt-get install -y ansible
fi
elif [[ -r /etc/redhat-release ]]; then
yum install -y ansible
fi