Skip to content

Commit

Permalink
Fixed version_added
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianGode committed Nov 3, 2020
1 parent d6ab88f commit e708dae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions plugins/modules/dns_floating_ip_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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"
'''

Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/dns_nameserver_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/dns_recordset_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e708dae

Please sign in to comment.