summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorin Hochstein <lorin.hochstein@sendgrid.com>2015-01-25 15:20:49 -0500
committerLorin Hochstein <lorin.hochstein@sendgrid.com>2015-01-25 15:20:49 -0500
commit0474b5ce5dc53024bb3614d8aa8431bb37e2a94d (patch)
tree8b773966dd28c72f86d0bba6b5ffd113b73d59a5
parent53a3644ecd49dc7e9ee1a5ba5131a9298055dd33 (diff)
downloadansible-0474b5ce5dc53024bb3614d8aa8431bb37e2a94d.tar.gz
Document that dnstxt lookup requires dnspython
Add a line in the docs to specify that dnstxt requires that you have the dnspython package installed.
-rw-r--r--docsite/rst/playbooks_lookups.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docsite/rst/playbooks_lookups.rst b/docsite/rst/playbooks_lookups.rst
index 429a1a1232..00ebb338b9 100644
--- a/docsite/rst/playbooks_lookups.rst
+++ b/docsite/rst/playbooks_lookups.rst
@@ -121,6 +121,7 @@ Here are some examples::
- debug: msg="{{ lookup('redis_kv', 'redis://localhost:6379,somekey') }} is value in Redis for somekey"
+ # dnstxt lookup requires the Python dnspython package
- debug: msg="{{ lookup('dnstxt', 'example.com') }} is a DNS TXT record for example.com"
- debug: msg="{{ lookup('template', './some_template.j2') }} is a value from evaluation of this template"