Skip to content
Snippets Groups Projects
Commit 74028bd3 authored by Thomas Woerner's avatar Thomas Woerner
Browse files

idoverrideuser: Docs: Fix sshpubkey element type, nomembers type

The element type for sshpubkey was using 'element' instead of 'elements'
also the type for nomembers was wrong in the DOCUMENTATION section.
parent 43217b9e
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ options:
sshpubkey:
description: List of SSH public keys
type: list
element: str
elements: str
required: False
aliases: ["ipasshpubkey"]
certificate:
......@@ -113,7 +113,7 @@ options:
description: |
Suppress processing of membership attributes.
Valid only if `state` is `absent`.
type: str
type: bool
required: False
aliases: ["no_members"]
action:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment