mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-22 14:01:42 -07:00
[PR #6678/c694abbd backport][stable-7] Use semantic markup (modules k-l) (#6703)
Use semantic markup (modules k-l) (#6678)
* Use semantic markup.
* Use option instead of alias.
(cherry picked from commit c694abbdf9
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
e968f89125
commit
be0d207f90
26 changed files with 249 additions and 250 deletions
|
@ -135,7 +135,7 @@ options:
|
|||
required: true
|
||||
temporary:
|
||||
description:
|
||||
- If C(true), the users are required to reset their credentials at next login.
|
||||
- If V(true), the users are required to reset their credentials at next login.
|
||||
type: bool
|
||||
default: false
|
||||
required_actions:
|
||||
|
@ -207,7 +207,7 @@ options:
|
|||
type: str
|
||||
force:
|
||||
description:
|
||||
- If C(true), allows to remove user and recreate it.
|
||||
- If V(true), allows to remove user and recreate it.
|
||||
type: bool
|
||||
default: false
|
||||
extends_documentation_fragment:
|
||||
|
@ -345,7 +345,7 @@ end_state:
|
|||
returned: on success
|
||||
type: dict
|
||||
changed:
|
||||
description: Return C(true) if the operation changed the user on the keycloak server, C(false) otherwise.
|
||||
description: Return V(true) if the operation changed the user on the keycloak server, V(false) otherwise.
|
||||
returned: always
|
||||
type: bool
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue