From: Leonid Laboshin Date: Tue, 30 Sep 2014 12:12:48 +0000 (+0400) Subject: Update bootstrap-ansible.sh X-Git-Tag: v1.0.0~324^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F124%2Fhead;p=ceph-ansible.git Update bootstrap-ansible.sh fix syntax error --- diff --git a/bootstrap-ansible.sh b/bootstrap-ansible.sh index 82f92bead..ab7df3117 100644 --- a/bootstrap-ansible.sh +++ b/bootstrap-ansible.sh @@ -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