From 9726f0b599dab1d858e1ef655835c067b5e9643d Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 21:02:01 +0200 Subject: [PATCH] [PR #12329/40bb8ea1 backport][stable-12] Improve documentation of idrac_redfish_info module (#12333) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Improve documentation of idrac_redfish_info module (#12329) (cherry picked from commit 40bb8ea1aef9538f3625da65d3b8b5288752032d) Signed-off-by: Jens Meißner Co-authored-by: Jens Meißner --- plugins/modules/idrac_redfish_info.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/modules/idrac_redfish_info.py b/plugins/modules/idrac_redfish_info.py index 5fb017b1b3..15e9dad445 100644 --- a/plugins/modules/idrac_redfish_info.py +++ b/plugins/modules/idrac_redfish_info.py @@ -12,6 +12,7 @@ short_description: Gather PowerEdge server information through iDRAC using Redfi description: - Builds Redfish URIs locally and sends them to remote iDRAC controllers to get information back. - For use with Dell EMC iDRAC operations that require Redfish OEM extensions. + - This module is limited to retrieving iDRAC-specific data. For standard Redfish attributes, use M(community.general.redfish_info) instead. extends_documentation_fragment: - community.general.attributes - community.general.attributes.info_module @@ -24,12 +25,12 @@ options: category: required: true description: - - Category to execute on iDRAC. + - Category to execute on iDRAC. V(Manager) is currently the only supported category. type: str command: required: true description: - - List of commands to execute on iDRAC. + - List of commands to execute on iDRAC. Currently, only V(GetManagerAttributes) is supported. - V(GetManagerAttributes) returns the list of dicts containing iDRAC, LifecycleController and System attributes. type: list elements: str