From 8ebd253e8e39540d01ee80cbcf8f9c4bcdaa2045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20K=C3=A4mmerling?= Date: Mon, 29 Jun 2020 14:40:02 +0200 Subject: [PATCH] docs --- plugins/modules/hcloud_load_balancer_service.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/modules/hcloud_load_balancer_service.py b/plugins/modules/hcloud_load_balancer_service.py index 1c803a3..8088a08 100644 --- a/plugins/modules/hcloud_load_balancer_service.py +++ b/plugins/modules/hcloud_load_balancer_service.py @@ -127,11 +127,10 @@ EXAMPLES = """ - name: Ensure the Load Balancer is absent (remove if needed) hcloud_load_balancer_service: - name: my-Load Balancer + load_balancer: my-Load Balancer protocol: http listen_port: 80 state: absent - """ RETURN = """