docs(hcloud_server_network): fix modules params (#250)

Cherry picked from the https://github.com/ansible-collections/hetzner.hcloud/pull/9
This commit is contained in:
Jonas L 2023-07-04 13:48:04 +02:00 committed by GitHub
parent 7bdd13ee79
commit ef802e7351
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,7 +106,8 @@ hcloud_server_network:
sample: 10.0.0.8
alias_ips:
description: Alias IPs of the server within the Network ip range
type: str
type: list
elements: str
returned: always
sample: [10.1.0.1, ...]
"""