]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Update bootstrap-ansible.sh 124/head
authorLeonid Laboshin <laboshinl@gmail.com>
Tue, 30 Sep 2014 12:12:48 +0000 (16:12 +0400)
committerLeonid Laboshin <laboshinl@gmail.com>
Tue, 30 Sep 2014 12:12:48 +0000 (16:12 +0400)
fix syntax error

bootstrap-ansible.sh

index 82f92bead75e025bd8647a64b6ae425d5bca642f..ab7df3117bc4bf5fb82b89dc0f889a92ebb19777 100644 (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