Remove Debain python workaround

Modern ansible handles Debian 10 interpreter correctly, so we don't
need to override that nowadays

Change-Id: I45ff196db00fcaa2eabe097f0c0c5657a267ed7a
This commit is contained in:
Dmitriy Rabotyagov 2021-05-12 22:01:02 +03:00
parent e458786d2a
commit 51e5bb8d56
1 changed files with 0 additions and 4 deletions

View File

@ -75,10 +75,6 @@ case ${DISTRO_ID} in
python3-virtualenv rsync wget
;;
ubuntu|debian)
# NOTE(mgariepy) remove this on ansible 2.10 if debian is in the config/base.yml file
if [[ ${VERSION_ID} == "10" ]]; then
OSA_ANSIBLE_PYTHON_INTERPRETER="/usr/bin/python3"
fi
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get -y install \
git-core curl gcc netcat \