feat(roles/repo_remi): Add RHEL 10 / Rocky 10 support#247
Merged
Conversation
…epo templates, and module-stream tasks for EL 10)
Member
|
I think it would be better to adapt the role to the repo_epel role, which is much closer to our CONTRIBUTING and avoids common pitfalls like handling module streams on RHEL10, quoting, ansible.builtin.copy vs. template, GPG key handling (also see |
….yml The three per-version task files only differed in the major version number. Replace them with a single RedHat.yml that derives the version from ansible_facts["distribution_major_version"].
The role now ships RHEL 10 templates, GPG key, and module-stream tasks (see 717af98), so bump the cell from `(x)` to `x`.
…edora 35)
RHEL 7 reached EOL in June 2024 and Fedora 35 in December 2022.
CONTRIBUTING is explicit about not supporting EOL versions, and
COMPATIBILITY.md no longer carries a RHEL 7 column at all.
Remove the per-platform files:
* tasks/RedHat7.yml
* vars/{RedHat7,Fedora}.yml
* templates/{RedHat7,Fedora}/
Drop the RHEL 7 / yum-utils note from the role README and clear the
Fedora 35 entry in COMPATIBILITY.md.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.