Document redis_kv Python package dependency

Mention in docs that the redis_kv lookup requires that the redis Python package
is installed.
This commit is contained in:
Lorin Hochstein 2015-02-15 22:37:58 -05:00
parent 1e867b0b8e
commit 639f06e0e8

View file

@ -119,6 +119,7 @@ Here are some examples::
- debug: msg="{{ lookup('pipe','date') }} is the raw result of running this command"
# redis_kv lookup requires the Python redis package
- debug: msg="{{ lookup('redis_kv', 'redis://localhost:6379,somekey') }} is value in Redis for somekey"
# dnstxt lookup requires the Python dnspython package