From d4d1c847cfd80063d6809249538a8aff1f008590 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 11:26:12 +0100 Subject: [PATCH] [PR #6066/0307fd12 backport][stable-6] Add attributes to ocapi_info (#6067) Add attributes to ocapi_info (#6066) Add attributes to ocapi_info. (cherry picked from commit 0307fd12eb3c1c2b30255235a69bac64fede8705) Co-authored-by: Felix Fontein --- plugins/modules/ocapi_info.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/modules/ocapi_info.py b/plugins/modules/ocapi_info.py index 2cb7a3afca..d7dfdccc7c 100644 --- a/plugins/modules/ocapi_info.py +++ b/plugins/modules/ocapi_info.py @@ -18,6 +18,9 @@ short_description: Manages Out-Of-Band controllers using Open Composable API (OC description: - Builds OCAPI URIs locally and sends them to remote OOB controllers to get information back. +extends_documentation_fragment: + - community.general.attributes + - community.general.attributes.info_module options: category: required: true