Merge pull request #124 from laboshinl/patch-1

Update bootstrap-ansible.sh
pull/126/head
Leseb 2014-09-30 14:14:32 +02:00
commit c677d40615
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