From 639f06e0e8f68dff38d8ad0d0aaf772a5419eef3 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sun, 15 Feb 2015 22:37:58 -0500 Subject: [PATCH] Document redis_kv Python package dependency Mention in docs that the redis_kv lookup requires that the redis Python package is installed. --- docsite/rst/playbooks_lookups.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docsite/rst/playbooks_lookups.rst b/docsite/rst/playbooks_lookups.rst index f33e21a3c5b..9cfac497b9a 100644 --- a/docsite/rst/playbooks_lookups.rst +++ b/docsite/rst/playbooks_lookups.rst @@ -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