Fixed sanity checks for cloud/scaleway/ modules (#2678) (#2756)

* 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:
patchback[bot] 2021-06-08 10:58:36 +02:00 committed by GitHub
parent 55fe140230
commit f0f0704d64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 30 additions and 38 deletions

View file

@ -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": [
{

View file

@ -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": [
{

View file

@ -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": [
{

View file

@ -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": [
{

View file

@ -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": [
{

View file

@ -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": [
{