removed typo from dig docs

(cherry picked from commit 43cbcbcc75)
This commit is contained in:
Brian Coca 2017-09-29 11:23:42 -04:00
parent 750874ea5d
commit 8cee2a8d93
2 changed files with 2 additions and 1 deletions

View file

@ -62,6 +62,7 @@ Ansible Changes By Release
* Fix bugs caused by lack of collector ordering like service_mgr being incorrect (https://github.com/ansible/ansible/issues/30753) * Fix bugs caused by lack of collector ordering like service_mgr being incorrect (https://github.com/ansible/ansible/issues/30753)
* Fix os_image when the id parameter is not set in the task. ( https://github.com/ansible/ansible/pull/29147 ) * Fix os_image when the id parameter is not set in the task. ( https://github.com/ansible/ansible/pull/29147 )
* Fix for the winrm connection to use proper task vars * Fix for the winrm connection to use proper task vars
* removed typo from dig lookup docs
<a id="2.4"></a> <a id="2.4"></a>

View file

@ -11,7 +11,7 @@ DOCUMENTATION = """
short_description: query DNS using the dnspython library short_description: query DNS using the dnspython library
requirements: requirements:
- dnspython (python library, http://www.dnspython.org/) - dnspython (python library, http://www.dnspython.org/)
description: test description:
- The dig lookup runs queries against DNS servers to retrieve DNS records for a specific name (FQDN - fully qualified domain name). - The dig lookup runs queries against DNS servers to retrieve DNS records for a specific name (FQDN - fully qualified domain name).
It is possible to lookup any DNS record in this manner. It is possible to lookup any DNS record in this manner.
- There is a couple of different syntaxes that can be used to specify what record should be retrieved, and for which name. - There is a couple of different syntaxes that can be used to specify what record should be retrieved, and for which name.