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
|
|
@ -57,7 +57,7 @@ extends_documentation_fragment:
|
|||
|
||||
EXAMPLES = """
|
||||
- name: Create a basic subnetwork
|
||||
hetzner.hcloud.hcloud_subnetwork:
|
||||
hetzner.hcloud.subnetwork:
|
||||
network: my-network
|
||||
ip_range: 10.0.0.0/16
|
||||
network_zone: eu-central
|
||||
|
|
@ -65,7 +65,7 @@ EXAMPLES = """
|
|||
state: present
|
||||
|
||||
- name: Create a basic subnetwork
|
||||
hetzner.hcloud.hcloud_subnetwork:
|
||||
hetzner.hcloud.subnetwork:
|
||||
network: my-vswitch-network
|
||||
ip_range: 10.0.0.0/24
|
||||
network_zone: eu-central
|
||||
|
|
@ -74,7 +74,7 @@ EXAMPLES = """
|
|||
state: present
|
||||
|
||||
- name: Ensure the subnetwork is absent (remove if needed)
|
||||
hetzner.hcloud.hcloud_subnetwork:
|
||||
hetzner.hcloud.subnetwork:
|
||||
network: my-network
|
||||
ip_range: 10.0.0.0/8
|
||||
network_zone: eu-central
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue