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