osmo-ci/ansible/roles/apt-allow-relinfo-change
Oliver Smith f07b5c8a64 ansible/setup-jenkins-slave: accept rel-change
Fix for:
  W:This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
  E:Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'

Related: https://github.com/ansible/ansible/issues/48352
Change-Id: I90ee8dd49001d6810f2118e9feff3375e87052ea
2022-02-11 15:44:16 +01:00
..
tasks ansible/setup-jenkins-slave: accept rel-change 2022-02-11 15:44:16 +01:00
README.md ansible/setup-jenkins-slave: accept rel-change 2022-02-11 15:44:16 +01:00

README.md

When the suite of one debian release changes from stable to oldstable, apt stops working with the following error: W:This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details. E:Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable' This role configures apt to allow the release info change. Related: https://github.com/ansible/ansible/issues/48352