Document redis_kv Python package dependency

Mention in docs that the redis_kv lookup requires that the redis Python package
is installed.
pull/10247/head
Lorin Hochstein 10 years ago
parent 1e867b0b8e
commit 639f06e0e8

@ -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

Loading…
Cancel
Save