From ef802e7351349041bfbf968024289bc1669b3fdc Mon Sep 17 00:00:00 2001 From: Jonas L Date: Tue, 4 Jul 2023 13:48:04 +0200 Subject: [PATCH] docs(hcloud_server_network): fix modules params (#250) Cherry picked from the https://github.com/ansible-collections/hetzner.hcloud/pull/9 --- plugins/modules/hcloud_server_network.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/modules/hcloud_server_network.py b/plugins/modules/hcloud_server_network.py index 3d185e9..0a0fe7d 100644 --- a/plugins/modules/hcloud_server_network.py +++ b/plugins/modules/hcloud_server_network.py @@ -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, ...] """