allow release info change on apt update

debian buster changed from stable to oldstable, without this change
apt-get update fails to run on old systems.

Change-Id: I6527d2c0c361c03cbb6fc43aa3a03896894fb8e1
This commit is contained in:
Matthew Thode 2021-10-05 11:58:08 -05:00
parent a640dd6f38
commit f7ea823d80
No known key found for this signature in database
GPG Key ID: 64A37BEAAE19A4E8
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ export DEBIAN_FRONTEND=noninteractive
apt-get remove -y --purge snap* lxc* lxd* resolvconf* || true
# Update base distribution
apt-get update
apt-get update --allow-releaseinfo-change
apt-get install -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" --force-yes eatmydata
export LD_PRELOAD=/usr/lib/{{ ansible_facts['architecture'] }}-linux-gnu/libeatmydata.so