You've already forked community.general
mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-01 06:06:57 +03:00
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 <felix@fontein.de> * updated example on a single line Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
committed by
GitHub
parent
3599b8afdc
commit
043e2e969a
1
plugins/cache/redis.py
vendored
1
plugins/cache/redis.py
vendored
@ -15,6 +15,7 @@ DOCUMENTATION = '''
|
|||||||
_uri:
|
_uri:
|
||||||
description:
|
description:
|
||||||
- A colon separated string of connection information for Redis.
|
- 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
|
required: True
|
||||||
env:
|
env:
|
||||||
- name: ANSIBLE_CACHE_PLUGIN_CONNECTION
|
- name: ANSIBLE_CACHE_PLUGIN_CONNECTION
|
||||||
|
Reference in New Issue
Block a user