Commit d581653
authored
fix(molecule, debian): workaround for debian10 buster-backports (#478)
apparently debian-backports has been archived from live debian repositories, leading to the following error messages when running molecule tests:
fatal: [debian-10-x86_64]: FAILED! => {"changed": false, "msg": "Failed to update apt cache: W:Updating from such a repository can't be done securely, and is therefore disabled by default., W:See apt-secure(8) manpage for repository creation and user configuration details., E:The repository 'http://cdn-aws.deb.debian.org/debian buster-backports Release' does not have a Release file."}
As suggested by [1], work around that issue by patching the repository URL so to use debian archives instead.
[1] cyberciti.biz/faq/the-repository-http-deb-debian-org-debian-buster-backports-release-no-longer-has-a-release-file1 parent c26c89c commit d581653
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
15 | 22 | | |
16 | 23 | | |
17 | 24 | | |
| |||
0 commit comments