1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-01 16:18:55 +00:00

dnf_config_manager: Docs say module incompatible with dnf5 but compatibility was resolved (#12368)

Remove note that dnf5 is not supported by dnf_config_manager
This commit is contained in:
Michael Sprott 2026-06-30 16:44:24 +00:00 committed by GitHub
parent dda7c1fea7
commit a5a543a0a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,8 +35,6 @@ options:
default: enabled
type: str
choices: [enabled, disabled]
notes:
- Does not work with C(dnf5).
seealso:
- module: ansible.builtin.dnf
- module: ansible.builtin.yum_repository