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.
This commit is contained in:
Thomas Woerner
2023-03-27 12:17:38 +02:00
parent cf27a98c61
commit 2ee7139560

View File

@@ -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: