From 8cee2a8d938ad50675451a9a6def11ca41e37ae4 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Fri, 29 Sep 2017 11:23:42 -0400 Subject: [PATCH] removed typo from dig docs (cherry picked from commit 43cbcbcc750e2a8a2c8a465c37fa87e04f001407) --- CHANGELOG.md | 1 + lib/ansible/plugins/lookup/dig.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 550f8470882..f2342ce6a5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 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 +* removed typo from dig lookup docs diff --git a/lib/ansible/plugins/lookup/dig.py b/lib/ansible/plugins/lookup/dig.py index b6f061f4665..7b735f3a46b 100644 --- a/lib/ansible/plugins/lookup/dig.py +++ b/lib/ansible/plugins/lookup/dig.py @@ -11,7 +11,7 @@ DOCUMENTATION = """ short_description: query DNS using the dnspython library requirements: - 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). 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.