Merge pull request #10247 from lorin/redis-docfix

Document redis_kv Python package dependency
pull/4420/head
Brian Coca 2015-02-16 11:33:39 -05:00
commit 2da35a55a5
1 changed files with 1 additions and 0 deletions

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