From f642dac900a4dec4b74e01898c31dc5f614c8990 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 15 Mar 2026 19:46:50 +0100 Subject: [PATCH] sssd_info: fix attributes (#11605) Fix attributes. --- plugins/modules/sssd_info.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/plugins/modules/sssd_info.py b/plugins/modules/sssd_info.py index 5e7baca198..c7e303ca0a 100644 --- a/plugins/modules/sssd_info.py +++ b/plugins/modules/sssd_info.py @@ -15,11 +15,6 @@ author: "Aleksandr Gabidullin (@a-gabidullin)" requirements: - dbus - SSSD needs to be running -attributes: - check_mode: - support: full - diff_mode: - support: none options: action: description: @@ -46,6 +41,7 @@ options: choices: ['IPA', 'AD'] extends_documentation_fragment: - community.general.attributes + - community.general.attributes.info_module """ EXAMPLES = r"""