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:
parent
a640dd6f38
commit
f7ea823d80
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user