Remove workaround for pre-release debian bullseye

Change-Id: I80bb289bc8fe63fc5544028ca5d89e9e3a462726
This commit is contained in:
Jonathan Rosser 2022-01-05 09:22:24 +00:00
parent 39627f5361
commit d4fc5a4b2c

View File

@ -61,11 +61,6 @@ OSA_ANSIBLE_PYTHON_INTERPRETER="auto"
# Create the ssh dir if needed
ssh_key_create
# Deal with pre-release debian bullseye
if grep bullseye /etc/os-release; then
echo "VERSION_ID=11" >> /etc/os-release
fi
# Determine the distribution which the host is running on
determine_distro