Support Debian 13#610
Conversation
|
Some feedback; I believe there are still people using this role on |
|
Thank you for the heads up about Ubuntu 20.04 (focal). It was still in the readme and the molecule tests in this merge request, but that was because it was inadvertently trying to bring back the 20.04 support. That was the result of an incorrect merge conflict resolution on my part. Focal support was dropped on the default branch. Because this merge request did not intend to affect 20.04 support, I've updated this README and molecule tests to match the default branch. The question of whether focal support should be maintained for Focal is valid (as Focal is still supported for those who pay for a support contract), but it is beyond the scope of this MR.
|
b7cf43e to
53c8823
Compare
|
This pr has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution! |
|
comment to tell the bot that this is still a fix that is waiting to be merged |
|
need conflicts resolved and tests passing before we merge. |
|
Resolved conflicts and all tests should pass now. This change is now more limited in scope because someone already duplicated the work of removing apt_key in the default branch and the default branch works in Debian 13 out of the box. This MR has been cut down to just make it official that this repo now supports Debian 13. This means updating the CI jobs to include it, the documentation, and I left in changes like having the repo url be a variable instead of hard-coding it with no ability to override it. |
This is the merge request from #597 but with the conflicts resolved, accepting the suggested changes, added a missing dependency for using
deb822_repositoryand removing thedefault_releaseattribute that causes "invalid APT::Default-Release" errors.