mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
refactor: start using new modules names (#393)
##### SUMMARY Update all references to modules to use the new module names. Continuation of #390
This commit is contained in:
parent
933a16249b
commit
328dfb8b0f
95 changed files with 577 additions and 577 deletions
|
|
@ -38,7 +38,7 @@ extends_documentation_fragment:
|
|||
|
||||
EXAMPLES = """
|
||||
- name: Gather hcloud load_balancer infos
|
||||
hetzner.hcloud.hcloud_load_balancer_info:
|
||||
hetzner.hcloud.load_balancer_info:
|
||||
register: output
|
||||
|
||||
- name: Print the gathered infos
|
||||
|
|
@ -134,7 +134,7 @@ hcloud_load_balancer_info:
|
|||
use_private_ip:
|
||||
description:
|
||||
- Route the traffic over the private IP of the Load Balancer through a Hetzner Cloud Network.
|
||||
- Load Balancer needs to be attached to a network. See M(hetzner.hcloud.hcloud_load_balancer_network)
|
||||
- Load Balancer needs to be attached to a network. See M(hetzner.hcloud.load_balancer_network)
|
||||
type: bool
|
||||
sample: true
|
||||
returned: always
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue