mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
chore: Do not return id of volume
This commit is contained in:
parent
e654b13a4d
commit
ba4a2a6afe
1 changed files with 0 additions and 6 deletions
|
|
@ -77,11 +77,6 @@ hcloud_server_volume:
|
|||
returned: always
|
||||
type: complex
|
||||
contains:
|
||||
id:
|
||||
description: ID of the Volume
|
||||
type: int
|
||||
returned: always
|
||||
sample: 123456
|
||||
volume:
|
||||
description: Name of the Volume
|
||||
type: str
|
||||
|
|
@ -110,7 +105,6 @@ class AnsibleHCloudServerVolume(AnsibleHCloud):
|
|||
|
||||
def _prepare_result(self):
|
||||
return {
|
||||
"id": str(self.hcloud_server_volume.id),
|
||||
"volume": self.hcloud_server_volume.name,
|
||||
"server": self.hcloud_server.name,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue