diff --git a/plugins/modules/hcloud_floating_ip.py b/plugins/modules/hcloud_floating_ip.py index e1c26ad..b66492f 100644 --- a/plugins/modules/hcloud_floating_ip.py +++ b/plugins/modules/hcloud_floating_ip.py @@ -20,7 +20,7 @@ description: author: - Lukas Kaemmerling (@lkaemmerling) - +version_added: 0.1.0 options: id: description: @@ -155,7 +155,7 @@ hcloud_floating_ip: type: bool returned: always sample: false - version_added: "1.0.0" + version_added: "0.1.0" labels: description: User-defined labels (key-value pairs) type: dict diff --git a/plugins/modules/hcloud_floating_ip_info.py b/plugins/modules/hcloud_floating_ip_info.py index 003acf4..f3eb7da 100644 --- a/plugins/modules/hcloud_floating_ip_info.py +++ b/plugins/modules/hcloud_floating_ip_info.py @@ -61,7 +61,7 @@ hcloud_floating_ip_info: returned: Always type: str sample: my-floating-ip - version_added: "1.0.0" + version_added: "0.1.0" description: description: Description of the Floating IP returned: always @@ -91,7 +91,7 @@ hcloud_floating_ip_info: description: True if the Floating IP is protected for deletion returned: always type: bool - version_added: "1.0.0" + version_added: "0.1.0" labels: description: User-defined labels (key-value pairs) returned: always diff --git a/plugins/modules/hcloud_load_balancer.py b/plugins/modules/hcloud_load_balancer.py index fab624e..4454045 100644 --- a/plugins/modules/hcloud_load_balancer.py +++ b/plugins/modules/hcloud_load_balancer.py @@ -20,7 +20,7 @@ description: author: - Lukas Kaemmerling (@LKaemmerling) - +version_added: 0.1.0 options: id: description: diff --git a/plugins/modules/hcloud_load_balancer_network.py b/plugins/modules/hcloud_load_balancer_network.py index 95d56f0..e0c9f2f 100644 --- a/plugins/modules/hcloud_load_balancer_network.py +++ b/plugins/modules/hcloud_load_balancer_network.py @@ -20,7 +20,7 @@ description: author: - Lukas Kaemmerling (@lkaemmerling) - +version_added: 0.1.0 options: network: description: diff --git a/plugins/modules/hcloud_load_balancer_service.py b/plugins/modules/hcloud_load_balancer_service.py index 8f383a2..269a703 100644 --- a/plugins/modules/hcloud_load_balancer_service.py +++ b/plugins/modules/hcloud_load_balancer_service.py @@ -20,7 +20,7 @@ description: author: - Lukas Kaemmerling (@LKaemmerling) - +version_added: 0.1.0 options: load_balancer: description: diff --git a/plugins/modules/hcloud_load_balancer_target.py b/plugins/modules/hcloud_load_balancer_target.py index 4010aa5..50dd00d 100644 --- a/plugins/modules/hcloud_load_balancer_target.py +++ b/plugins/modules/hcloud_load_balancer_target.py @@ -20,7 +20,7 @@ description: author: - Lukas Kaemmerling (@lkaemmerling) - +version_added: 0.1.0 options: type: description: diff --git a/plugins/modules/hcloud_load_balancer_type_info.py b/plugins/modules/hcloud_load_balancer_type_info.py index 4429ae1..9645009 100644 --- a/plugins/modules/hcloud_load_balancer_type_info.py +++ b/plugins/modules/hcloud_load_balancer_type_info.py @@ -20,7 +20,7 @@ description: author: - Lukas Kaemmerling (@LKaemmerling) - +version_added: 0.1.0 options: id: description: diff --git a/plugins/modules/hcloud_network.py b/plugins/modules/hcloud_network.py index c511b5f..bad11a7 100644 --- a/plugins/modules/hcloud_network.py +++ b/plugins/modules/hcloud_network.py @@ -100,7 +100,7 @@ hcloud_network: type: bool returned: always sample: false - version_added: "1.0.0" + version_added: "0.1.0" labels: description: User-defined labels (key-value pairs) type: dict diff --git a/plugins/modules/hcloud_network_info.py b/plugins/modules/hcloud_network_info.py index 05fecb9..b836379 100644 --- a/plugins/modules/hcloud_network_info.py +++ b/plugins/modules/hcloud_network_info.py @@ -173,7 +173,7 @@ hcloud_network_info: description: True if the network is protected for deletion returned: always type: bool - version_added: "1.0.0" + version_added: "0.1.0" labels: description: Labels of the network returned: always diff --git a/plugins/modules/hcloud_server.py b/plugins/modules/hcloud_server.py index 9cfe301..86ad04d 100644 --- a/plugins/modules/hcloud_server.py +++ b/plugins/modules/hcloud_server.py @@ -238,13 +238,13 @@ hcloud_server: type: bool returned: always sample: false - version_added: "1.0.0" + version_added: "0.1.0" rebuild_protection: description: True if server is protected for rebuild type: bool returned: always sample: false - version_added: "1.0.0" + version_added: "0.1.0" """ from ansible.module_utils.basic import AnsibleModule diff --git a/plugins/modules/hcloud_server_info.py b/plugins/modules/hcloud_server_info.py index 252f679..7cb47bd 100644 --- a/plugins/modules/hcloud_server_info.py +++ b/plugins/modules/hcloud_server_info.py @@ -116,13 +116,13 @@ hcloud_server_info: type: bool returned: always sample: false - version_added: "1.0.0" + version_added: "0.1.0" rebuild_protection: description: True if server is protected for rebuild type: bool returned: always sample: false - version_added: "1.0.0" + version_added: "0.1.0" """ from ansible.module_utils.basic import AnsibleModule diff --git a/plugins/modules/hcloud_volume.py b/plugins/modules/hcloud_volume.py index be59f40..428cce3 100644 --- a/plugins/modules/hcloud_volume.py +++ b/plugins/modules/hcloud_volume.py @@ -134,7 +134,7 @@ hcloud_volume: returned: always type: str sample: /dev/disk/by-id/scsi-0HC_Volume_12345 - version_added: "1.0.0" + version_added: "0.1.0" location: description: Location name where the Volume is located at type: str @@ -157,7 +157,7 @@ hcloud_volume: type: bool returned: always sample: false - version_added: "1.0.0" + version_added: "0.1.0" """ from ansible.module_utils.basic import AnsibleModule diff --git a/plugins/modules/hcloud_volume_info.py b/plugins/modules/hcloud_volume_info.py index ded6331..5b7e530 100644 --- a/plugins/modules/hcloud_volume_info.py +++ b/plugins/modules/hcloud_volume_info.py @@ -73,7 +73,7 @@ hcloud_volume_info: returned: always type: str sample: /dev/disk/by-id/scsi-0HC_Volume_12345 - version_added: "1.0.0" + version_added: "0.1.0" location: description: Name of the location where the Volume resides in returned: always @@ -88,7 +88,7 @@ hcloud_volume_info: description: True if the Volume is protected for deletion returned: always type: bool - version_added: "1.0.0" + version_added: "0.1.0" labels: description: User-defined labels (key-value pairs) returned: always