mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
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.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user