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:
parent
1e867b0b8e
commit
639f06e0e8
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue