From 043e2e969a53e085661d13b4490e0d3ddc997192 Mon Sep 17 00:00:00 2001 From: Christopher May-Townsend Date: Wed, 6 May 2020 08:30:39 +0100 Subject: [PATCH] Update documentation for example of redis connection string (#288) * Update documentation for example of redis connection string * Update plugins/cache/redis.py Co-authored-by: Felix Fontein * updated example on a single line Co-authored-by: Felix Fontein --- plugins/cache/redis.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/cache/redis.py b/plugins/cache/redis.py index 962ae85891..5a92c66324 100644 --- a/plugins/cache/redis.py +++ b/plugins/cache/redis.py @@ -15,6 +15,7 @@ DOCUMENTATION = ''' _uri: description: - A colon separated string of connection information for Redis. + - The format is C(host:port:db:password), for example C(localhost:6379:0:changeme). required: True env: - name: ANSIBLE_CACHE_PLUGIN_CONNECTION