mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
docs: do not use type: complex for return values (#774)
##### SUMMARY Improve return documentation by documenting the real type of the return values.
This commit is contained in:
parent
10c0e14d9d
commit
f204b21ee0
31 changed files with 42 additions and 42 deletions
|
|
@ -108,7 +108,7 @@ RETURN = """
|
|||
hcloud_floating_ip:
|
||||
description: The Floating IP instance
|
||||
returned: Always
|
||||
type: complex
|
||||
type: dict
|
||||
contains:
|
||||
id:
|
||||
description: ID of the Floating IP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue