Skip to content

Commit

Permalink
Bump versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Jan 31, 2023
1 parent 04b4ab9 commit 0c0ff2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/modules/nameserver_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
---
module: nameserver_info
short_description: Look up nameservers for a DNS name
version_added: 2.5.0
version_added: 2.6.0
description:
- Retrieve all nameservers that are responsible for a DNS name.
extends_documentation_fragment:
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nameserver_record_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
---
module: nameserver_record_info
short_description: Look up all records of a type from all nameservers for a DNS name
version_added: 2.5.0
version_added: 2.6.0
description:
- Given a DNS name and a record type, will retrieve all nameservers that are responsible for
this DNS name, and from them all records for this name of the given type.
Expand Down

0 comments on commit 0c0ff2a

Please sign in to comment.