From 2ee713956079a4f6fefa4b505822cb889a76c8f1 Mon Sep 17 00:00:00 2001
From: Thomas Woerner <twoerner@redhat.com>
Date: Mon, 27 Mar 2023 12:17:38 +0200
Subject: [PATCH] ipanetgroup: Missing type for action and state DOCUMENTATION
 section

The types for the parameters action and state have been missing in the
DOCUMENTATION section of the module.
---
 plugins/modules/ipanetgroup.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/plugins/modules/ipanetgroup.py b/plugins/modules/ipanetgroup.py
index e0789323..5b3f61e2 100644
--- a/plugins/modules/ipanetgroup.py
+++ b/plugins/modules/ipanetgroup.py
@@ -93,10 +93,12 @@ options:
   action:
     description: Work on netgroup or member level
     required: false
+    type: str
     default: netgroup
     choices: ["member", "netgroup"]
   state:
     description: The state to ensure.
+    type: str
     choices: ["present", "absent"]
     default: present
 author:
-- 
GitLab