mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-30 12:59:09 -07:00
o*: style adjustments (#9526)
* o*: style adjustments * apply recommendations from review * Update plugins/modules/one_vm.py * fix example * adjustment from review * Update plugins/modules/one_vm.py Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
3dcac2b030
commit
d325cfc343
31 changed files with 196 additions and 173 deletions
|
@ -157,7 +157,7 @@ EXAMPLES = r"""
|
|||
|
||||
RETURN = r"""
|
||||
id:
|
||||
description: Image id.
|
||||
description: Image ID.
|
||||
type: int
|
||||
returned: when O(state=present), O(state=cloned), or O(state=renamed)
|
||||
sample: 153
|
||||
|
@ -167,7 +167,7 @@ name:
|
|||
returned: when O(state=present), O(state=cloned), or O(state=renamed)
|
||||
sample: app1
|
||||
group_id:
|
||||
description: Image's group id.
|
||||
description: Image's group ID.
|
||||
type: int
|
||||
returned: when O(state=present), O(state=cloned), or O(state=renamed)
|
||||
sample: 1
|
||||
|
@ -177,7 +177,7 @@ group_name:
|
|||
returned: when O(state=present), O(state=cloned), or O(state=renamed)
|
||||
sample: one-users
|
||||
owner_id:
|
||||
description: Image's owner id.
|
||||
description: Image's owner ID.
|
||||
type: int
|
||||
returned: when O(state=present), O(state=cloned), or O(state=renamed)
|
||||
sample: 143
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue