From 40bb8ea1aef9538f3625da65d3b8b5288752032d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Mei=C3=9Fner?= Date: Tue, 23 Jun 2026 20:36:10 +0200 Subject: [PATCH] Improve documentation of idrac_redfish_info module (#12329) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-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 f6c3d47cee..9b69046a81 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