From a82851f4cca87eaa0f6120099148ede9380c0843 Mon Sep 17 00:00:00 2001 From: Alina Buzachis Date: Thu, 3 Jun 2021 19:38:28 +0200 Subject: [PATCH] Yet another attempt to fix doc Signed-off-by: Alina Buzachis --- plugins/modules/rds_option_group.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/modules/rds_option_group.py b/plugins/modules/rds_option_group.py index 98bf3016d3b..3045dc4dbc2 100644 --- a/plugins/modules/rds_option_group.py +++ b/plugins/modules/rds_option_group.py @@ -51,7 +51,8 @@ - Options in this list are added to the option group. - If already present, the specified configuration is used to update the existing configuration. - If none are supplied, any existing options are removed. - type: dict + type: list + elements: dict suboptions: option_name: description: The configuration of options to include in a group.