Skip to content

Commit e708dae

Browse files
committed
Fixed version_added
1 parent d6ab88f commit e708dae

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

plugins/modules/dns_floating_ip_info.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
module: dns_floating_ip_info
1616
short_description: Get DNS PTR Records
1717
extends_documentation_fragment: opentelekomcloud.cloud.otc
18-
version_added: "0.0.1"
18+
version_added: "0.1.2"
1919
author: "Sebastian Gode (@SebastianGode)"
2020
description:
2121
- Get DNS PTR Records from the OTC.
@@ -82,10 +82,11 @@
8282
'''
8383

8484
EXAMPLES = '''
85-
# Get Nameserver Info about a zone:
85+
# Get PRT Info:
8686
- name: Getting Info
8787
dns_floating_ip_info:
8888
description: "Test"
89+
ptrdname: "example.com"
8990
9091
'''
9192

plugins/modules/dns_nameserver_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
module: dns_nameserver_info
1616
short_description: Get DNS Nameserver Infos
1717
extends_documentation_fragment: opentelekomcloud.cloud.otc
18-
version_added: "0.0.3"
18+
version_added: "0.1.2"
1919
author: "Sebastian Gode (@SebastianGode)"
2020
description:
2121
- Get DNS Namerserver infos from the OTC.

plugins/modules/dns_recordset_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
module: dns_recordset_info
1616
short_description: Get DNS Recordsets
1717
extends_documentation_fragment: opentelekomcloud.cloud.otc
18-
version_added: "0.0.1"
18+
version_added: "0.1.2"
1919
author: "Sebastian Gode (@SebastianGode)"
2020
description:
2121
- Get DNS Recordsets from the OTC.

0 commit comments

Comments
 (0)