1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00
This commit is contained in:
Lukas Kämmerling 2020-06-29 14:40:02 +02:00
parent baf4d34154
commit 8ebd253e8e

View file

@ -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 = """