mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-23 16:50:23 -07:00
* fixed validation-modules for plugins/modules/cloud/scaleway/scaleway_image_info.py
* fixed validation-modules for plugins/modules/cloud/scaleway/scaleway_ip_info.py
* fixed validation-modules for plugins/modules/cloud/scaleway/scaleway_security_group_info.py
* fixed validation-modules for plugins/modules/cloud/scaleway/scaleway_server_info.py
* fixed validation-modules for plugins/modules/cloud/scaleway/scaleway_snapshot_info.py
* fixed validation-modules for plugins/modules/cloud/scaleway/scaleway_volume_info.py
* sanity fix
(cherry picked from commit 9f344d7165
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
55fe140230
commit
f0f0704d64
10 changed files with 30 additions and 38 deletions
|
@ -19,9 +19,7 @@ author:
|
|||
extends_documentation_fragment:
|
||||
- community.general.scaleway
|
||||
|
||||
|
||||
options:
|
||||
|
||||
region:
|
||||
type: str
|
||||
description:
|
||||
|
@ -51,9 +49,12 @@ EXAMPLES = r'''
|
|||
RETURN = r'''
|
||||
---
|
||||
scaleway_image_info:
|
||||
description: Response from Scaleway API
|
||||
description:
|
||||
- Response from Scaleway API.
|
||||
- "For more details please refer to: U(https://developers.scaleway.com/en/products/instance/api/)."
|
||||
returned: success
|
||||
type: complex
|
||||
type: list
|
||||
elements: dict
|
||||
sample:
|
||||
"scaleway_image_info": [
|
||||
{
|
||||
|
|
|
@ -49,9 +49,12 @@ EXAMPLES = r'''
|
|||
RETURN = r'''
|
||||
---
|
||||
scaleway_ip_info:
|
||||
description: Response from Scaleway API
|
||||
description:
|
||||
- Response from Scaleway API.
|
||||
- "For more details please refer to: U(https://developers.scaleway.com/en/products/instance/api/)."
|
||||
returned: success
|
||||
type: complex
|
||||
type: list
|
||||
elements: dict
|
||||
sample:
|
||||
"scaleway_ip_info": [
|
||||
{
|
||||
|
|
|
@ -49,9 +49,12 @@ EXAMPLES = r'''
|
|||
RETURN = r'''
|
||||
---
|
||||
scaleway_security_group_info:
|
||||
description: Response from Scaleway API
|
||||
description:
|
||||
- Response from Scaleway API.
|
||||
- "For more details please refer to: U(https://developers.scaleway.com/en/products/instance/api/)."
|
||||
returned: success
|
||||
type: complex
|
||||
type: list
|
||||
elements: dict
|
||||
sample:
|
||||
"scaleway_security_group_info": [
|
||||
{
|
||||
|
|
|
@ -49,9 +49,12 @@ EXAMPLES = r'''
|
|||
RETURN = r'''
|
||||
---
|
||||
scaleway_server_info:
|
||||
description: Response from Scaleway API
|
||||
description:
|
||||
- Response from Scaleway API.
|
||||
- "For more details please refer to: U(https://developers.scaleway.com/en/products/instance/api/)."
|
||||
returned: success
|
||||
type: complex
|
||||
type: list
|
||||
elements: dict
|
||||
sample:
|
||||
"scaleway_server_info": [
|
||||
{
|
||||
|
|
|
@ -49,9 +49,12 @@ EXAMPLES = r'''
|
|||
RETURN = r'''
|
||||
---
|
||||
scaleway_snapshot_info:
|
||||
description: Response from Scaleway API
|
||||
description:
|
||||
- Response from Scaleway API.
|
||||
- "For more details please refer to: U(https://developers.scaleway.com/en/products/instance/api/)."
|
||||
returned: success
|
||||
type: complex
|
||||
type: list
|
||||
elements: dict
|
||||
sample:
|
||||
"scaleway_snapshot_info": [
|
||||
{
|
||||
|
|
|
@ -49,9 +49,12 @@ EXAMPLES = r'''
|
|||
RETURN = r'''
|
||||
---
|
||||
scaleway_volume_info:
|
||||
description: Response from Scaleway API
|
||||
description:
|
||||
- Response from Scaleway API.
|
||||
- "For more details please refer to: U(https://developers.scaleway.com/en/products/instance/api/)."
|
||||
returned: success
|
||||
type: complex
|
||||
type: list
|
||||
elements: dict
|
||||
sample:
|
||||
"scaleway_volume_info": [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue