diff --git a/scripts/bootstrap-ansible.sh b/scripts/bootstrap-ansible.sh index 3f8e0e8f8e..3a8af10fd5 100755 --- a/scripts/bootstrap-ansible.sh +++ b/scripts/bootstrap-ansible.sh @@ -72,7 +72,7 @@ case ${DISTRO_ID} in openssl-devel libffi-devel \ libselinux-python python-virtualenv ;; - ubuntu) + ubuntu|debian) apt-get update DEBIAN_FRONTEND=noninteractive apt-get -y install \ git-core curl gcc netcat \