mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
lmn*: style adjustments (#9528)
* lmn*: style adjustments * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
aac7199087
commit
838cdaab42
43 changed files with 440 additions and 378 deletions
|
@ -49,7 +49,7 @@ options:
|
|||
parent_id:
|
||||
type: int
|
||||
description:
|
||||
- The id of the parent tenant. If not supplied the root tenant is used.
|
||||
- The ID of the parent tenant. If not supplied the root tenant is used.
|
||||
- The O(parent_id) takes president over O(parent) when supplied.
|
||||
required: false
|
||||
default:
|
||||
|
@ -140,7 +140,7 @@ tenant:
|
|||
type: complex
|
||||
contains:
|
||||
id:
|
||||
description: The tenant id.
|
||||
description: The tenant ID.
|
||||
returned: success
|
||||
type: int
|
||||
name:
|
||||
|
@ -152,7 +152,7 @@ tenant:
|
|||
returned: success
|
||||
type: str
|
||||
parent_id:
|
||||
description: The id of the parent tenant.
|
||||
description: The ID of the parent tenant.
|
||||
returned: success
|
||||
type: int
|
||||
quotas:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue