mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-22 18:31:25 -07:00
[PR #6672/2ed82e03 backport][stable-7] Use semantic markup (modules d-g) (#6702)
Use semantic markup (modules d-g) (#6672)
* Use semantic markup.
* 'ignore:' is no longer needed.
* E() now works better.
(cherry picked from commit 2ed82e0318
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
ecf6f585ee
commit
92466e0dbd
34 changed files with 307 additions and 306 deletions
|
@ -45,7 +45,7 @@ options:
|
|||
name:
|
||||
description:
|
||||
- Name of the user you want to create.
|
||||
- Required only if C(state) is set to C(present).
|
||||
- Required only if O(state=present).
|
||||
type: str
|
||||
username:
|
||||
description:
|
||||
|
@ -66,7 +66,7 @@ options:
|
|||
email:
|
||||
description:
|
||||
- The email that belongs to the user.
|
||||
- Required only if C(state) is set to C(present).
|
||||
- Required only if O(state=present).
|
||||
type: str
|
||||
sshkey_name:
|
||||
description:
|
||||
|
@ -123,7 +123,7 @@ options:
|
|||
identities:
|
||||
description:
|
||||
- List of identities to be added/updated for this user.
|
||||
- To remove all other identities from this user, set I(overwrite_identities=true).
|
||||
- To remove all other identities from this user, set O(overwrite_identities=true).
|
||||
type: list
|
||||
elements: dict
|
||||
suboptions:
|
||||
|
@ -139,8 +139,8 @@ options:
|
|||
overwrite_identities:
|
||||
description:
|
||||
- Overwrite identities with identities added in this module.
|
||||
- This means that all identities that the user has and that are not listed in I(identities) are removed from the user.
|
||||
- This is only done if a list is provided for I(identities). To remove all identities, provide an empty list.
|
||||
- This means that all identities that the user has and that are not listed in O(identities) are removed from the user.
|
||||
- This is only done if a list is provided for O(identities). To remove all identities, provide an empty list.
|
||||
type: bool
|
||||
default: false
|
||||
version_added: 3.3.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue