From b40bdb7a223973d82354c999c95e565d95c3af92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Krienb=C3=BChl?= Date: Mon, 10 Feb 2020 11:47:51 +0100 Subject: [PATCH] cloudscale: Fixes wrong return value docs in cloudscale_server (#67198) --- lib/ansible/modules/cloud/cloudscale/cloudscale_server.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/ansible/modules/cloud/cloudscale/cloudscale_server.py b/lib/ansible/modules/cloud/cloudscale/cloudscale_server.py index 22f8f0bef08..49cdc3609e9 100644 --- a/lib/ansible/modules/cloud/cloudscale/cloudscale_server.py +++ b/lib/ansible/modules/cloud/cloudscale/cloudscale_server.py @@ -211,13 +211,13 @@ state: flavor: description: The flavor that has been used for this server returned: success when not state == absent - type: str - sample: flex-8 + type: dict + sample: { "slug": "flex-4", "name": "Flex-4", "vcpu_count": 2, "memory_gb": 4 } image: description: The image used for booting this server returned: success when not state == absent - type: str - sample: debian-8 + type: dict + sample: { "default_username": "ubuntu", "name": "Ubuntu 18.04 LTS", "operating_system": "Ubuntu", "slug": "ubuntu-18.04" } volumes: description: List of volumes attached to the server returned: success when not state == absent