[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:
patchback[bot] 2023-06-15 19:04:45 +02:00 committed by GitHub
commit be0d207f90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 249 additions and 250 deletions

View file

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