Restrict redis version. (#3733) (#3734)

(cherry picked from commit bf7a954f00)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2021-11-16 07:27:27 +01:00
committed by GitHub
parent 6cd996ce3c
commit 0c0a49caae
4 changed files with 6 additions and 1 deletions

View File

@@ -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