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
Branches
Tags
No related merge requests found
...@@ -87,7 +87,7 @@ options: ...@@ -87,7 +87,7 @@ options:
sshpubkey: sshpubkey:
description: List of SSH public keys description: List of SSH public keys
type: list type: list
element: str elements: str
required: False required: False
aliases: ["ipasshpubkey"] aliases: ["ipasshpubkey"]
certificate: certificate:
...@@ -113,7 +113,7 @@ options: ...@@ -113,7 +113,7 @@ options:
description: | description: |
Suppress processing of membership attributes. Suppress processing of membership attributes.
Valid only if `state` is `absent`. Valid only if `state` is `absent`.
type: str type: bool
required: False required: False
aliases: ["no_members"] aliases: ["no_members"]
action: action:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment