From e708daecf2a0121c9fb35d81f51d0bf6a53c38b2 Mon Sep 17 00:00:00 2001 From: Sebastian Gode Date: Tue, 3 Nov 2020 09:24:11 +0000 Subject: [PATCH] Fixed version_added --- plugins/modules/dns_floating_ip_info.py | 5 +++-- plugins/modules/dns_nameserver_info.py | 2 +- plugins/modules/dns_recordset_info.py | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/plugins/modules/dns_floating_ip_info.py b/plugins/modules/dns_floating_ip_info.py index b24d0bac..21f9d33a 100644 --- a/plugins/modules/dns_floating_ip_info.py +++ b/plugins/modules/dns_floating_ip_info.py @@ -15,7 +15,7 @@ module: dns_floating_ip_info short_description: Get DNS PTR Records extends_documentation_fragment: opentelekomcloud.cloud.otc -version_added: "0.0.1" +version_added: "0.1.2" author: "Sebastian Gode (@SebastianGode)" description: - Get DNS PTR Records from the OTC. @@ -82,10 +82,11 @@ ''' EXAMPLES = ''' -# Get Nameserver Info about a zone: +# Get PRT Info: - name: Getting Info dns_floating_ip_info: description: "Test" + ptrdname: "example.com" ''' diff --git a/plugins/modules/dns_nameserver_info.py b/plugins/modules/dns_nameserver_info.py index b3f285f8..228e7519 100644 --- a/plugins/modules/dns_nameserver_info.py +++ b/plugins/modules/dns_nameserver_info.py @@ -15,7 +15,7 @@ module: dns_nameserver_info short_description: Get DNS Nameserver Infos extends_documentation_fragment: opentelekomcloud.cloud.otc -version_added: "0.0.3" +version_added: "0.1.2" author: "Sebastian Gode (@SebastianGode)" description: - Get DNS Namerserver infos from the OTC. diff --git a/plugins/modules/dns_recordset_info.py b/plugins/modules/dns_recordset_info.py index 6599374a..661b3aca 100644 --- a/plugins/modules/dns_recordset_info.py +++ b/plugins/modules/dns_recordset_info.py @@ -15,7 +15,7 @@ module: dns_recordset_info short_description: Get DNS Recordsets extends_documentation_fragment: opentelekomcloud.cloud.otc -version_added: "0.0.1" +version_added: "0.1.2" author: "Sebastian Gode (@SebastianGode)" description: - Get DNS Recordsets from the OTC.