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

[PR #12368/a5a543a0 backport][stable-12] dnf_config_manager: Docs say module incompatible with dnf5 but compatibility was resolved (#12372)

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

(cherry picked from commit a5a543a0a7)

Co-authored-by: Michael Sprott <165604036+sprottm@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2026-06-30 18:53:11 +02:00 committed by GitHub
parent d775f0c6a4
commit 2fb8106951
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