From 20cec7b690665932f90a0ca014e685228bdae7fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20K=C3=A4mmerling?= Date: Mon, 29 Jun 2020 14:54:53 +0200 Subject: [PATCH] docs --- plugins/modules/hcloud_load_balancer_service.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/modules/hcloud_load_balancer_service.py b/plugins/modules/hcloud_load_balancer_service.py index 8d73ad0..658d875 100644 --- a/plugins/modules/hcloud_load_balancer_service.py +++ b/plugins/modules/hcloud_load_balancer_service.py @@ -40,7 +40,7 @@ options: - Protocol of the service. - Required if Load Balancer does not exists. type: str - choices: [ http, https, tcp] + choices: [ http, https, tcp ] proxyprotocol: description: - Enable the PROXY protocol. @@ -174,13 +174,13 @@ hcloud_load_balancer_service: sample: http choices: [ http, https, tcp ] destination_port: - description: + description: - The port traffic is forwarded to, i.e. the port the targets are listening and accepting connections on. returned: always type: int sample: 80 proxyprotocol: - description: + description: - Enable the PROXY protocol. returned: always type: bool