From 5b0501b8e0412aa92502dbb52d9ec5acf0e1221e Mon Sep 17 00:00:00 2001 From: Leonid Laboshin Date: Tue, 30 Sep 2014 16:12:48 +0400 Subject: [PATCH] Update bootstrap-ansible.sh fix syntax error --- bootstrap-ansible.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5