diff --git a/plugins/modules/dnf_config_manager.py b/plugins/modules/dnf_config_manager.py index aa2571d9f0..b8175c3053 100644 --- a/plugins/modules/dnf_config_manager.py +++ b/plugins/modules/dnf_config_manager.py @@ -40,6 +40,8 @@ options: required: false type: str choices: [enabled, disabled] +notes: + - Does not work with C(dnf5). seealso: - module: ansible.builtin.dnf - module: ansible.builtin.yum_repository diff --git a/plugins/modules/dnf_versionlock.py b/plugins/modules/dnf_versionlock.py index 0d0708de51..11d446f221 100644 --- a/plugins/modules/dnf_versionlock.py +++ b/plugins/modules/dnf_versionlock.py @@ -74,6 +74,7 @@ notes: 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