mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Restrict redis version. (#3733)
This commit is contained in:
parent
f5b4dcc564
commit
bf7a954f00
4 changed files with 6 additions and 1 deletions
|
@ -18,7 +18,7 @@ redis_bin:
|
|||
CentOS: /usr/bin/redis-server
|
||||
FreeBSD: /usr/local/bin/redis-server
|
||||
|
||||
redis_module: "{{ (ansible_python_version is version('2.7', '>=')) | ternary('redis', 'redis==2.10.6') }}"
|
||||
redis_module: redis
|
||||
|
||||
redis_password: PASS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue