Commit 2da35a55 by Brian Coca

Merge pull request #10247 from lorin/redis-docfix

Document redis_kv Python package dependency
parents a022aed4 639f06e0
...@@ -119,6 +119,7 @@ Here are some examples:: ...@@ -119,6 +119,7 @@ Here are some examples::
- debug: msg="{{ lookup('pipe','date') }} is the raw result of running this command" - 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" - debug: msg="{{ lookup('redis_kv', 'redis://localhost:6379,somekey') }} is value in Redis for somekey"
# dnstxt lookup requires the Python dnspython package # dnstxt lookup requires the Python dnspython package
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment