[PR #10409/a36ad54b backport][stable-11] doc style adjustments: modules i* (#10411)

doc style adjustments: modules i* (#10409)

(cherry picked from commit a36ad54b53)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2025-07-14 15:34:39 +02:00 committed by GitHub
commit 27377140d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 305 additions and 306 deletions

View file

@ -35,9 +35,9 @@ options:
type: str
krbpasswordexpiration:
description:
- Date at which the user password will expire.
- Date at which the user password expires.
- In the format YYYYMMddHHmmss.
- For example V(20180121182022) will expire on 21 January 2018 at 18:20:22.
- For example V(20180121182022) expires on 21 January 2018 at 18:20:22.
type: str
loginshell:
description: Login shell.
@ -45,14 +45,14 @@ options:
mail:
description:
- List of mail addresses assigned to the user.
- If an empty list is passed all assigned email addresses will be deleted.
- If None is passed email addresses will not be checked or changed.
- If an empty list is passed all assigned email addresses are deleted.
- If None is passed email addresses are not checked nor changed.
type: list
elements: str
password:
description:
- Password for a user.
- Will not be set for an existing user unless O(update_password=always), which is the default.
- It is not set for an existing user unless O(update_password=always), which is the default.
type: str
sn:
description:
@ -62,8 +62,8 @@ options:
sshpubkey:
description:
- List of public SSH key.
- If an empty list is passed all assigned public keys will be deleted.
- If None is passed SSH public keys will not be checked or changed.
- If an empty list is passed all assigned public keys are deleted.
- If None is passed SSH public keys are not checked nor changed.
type: list
elements: str
state:
@ -74,8 +74,8 @@ options:
telephonenumber:
description:
- List of telephone numbers assigned to the user.
- If an empty list is passed all assigned telephone numbers will be deleted.
- If None is passed telephone numbers will not be checked or changed.
- If an empty list is passed all assigned telephone numbers are deleted.
- If None is passed telephone numbers are not checked nor changed.
type: list
elements: str
title: