blob: 1f7fb2f425e2edc4ae1e274b042b0074a53677cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
requires_ansible: '>=2.9.10'
plugin_routing:
modules:
hcloud_location_facts:
deprecation:
removal_version: 2.0.0
warning_text: see plugin documentation for details
hcloud_server_type_facts:
deprecation:
removal_version: 2.0.0
warning_text: see plugin documentation for details
hcloud_image_facts:
deprecation:
removal_version: 2.0.0
warning_text: see plugin documentation for details
hcloud_volume_facts:
deprecation:
removal_version: 2.0.0
warning_text: see plugin documentation for details
hcloud_floating_ip_facts:
deprecation:
removal_version: 2.0.0
warning_text: see plugin documentation for details
hcloud_ssh_key_facts:
deprecation:
removal_version: 2.0.0
warning_text: see plugin documentation for details
hcloud_datacenter_facts:
deprecation:
removal_version: 2.0.0
warning_text: see plugin documentation for details
hcloud_server_facts:
deprecation:
removal_version: 2.0.0
warning_text: see plugin documentation for details
|