1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-02 00:28:52 +00:00

[PR #12367/dda7c1fe backport][stable-12] dnf_versionlock: Docs say module incompatible with dnf5 but compatibility was resolved (#12370)

dnf_versionlock: Docs say module incompatible with dnf5 but compatibility was resolved (#12367)

Compatibility with dnf5 was resolved in PR 9127

(cherry picked from commit dda7c1fea7)

Co-authored-by: Michael Sprott <165604036+sprottm@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2026-06-30 18:52:39 +02:00 committed by GitHub
parent 7035d14d80
commit d775f0c6a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,7 +57,6 @@ notes:
- In an ideal world, the C(versionlock) plugin would have a dry-run option to know for sure what is going to happen. So
far we have to work with a best guess as close as possible to the behaviour inferred from its code.
- For most of cases where you want to lock and unlock specific versions of a package, this works fairly well.
- Does not work with C(dnf5).
requirements:
- dnf
- dnf-plugin-versionlock