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

(cherry picked from commit bf7a954f00)
This commit is contained in:
Felix Fontein
2021-11-16 07:31:15 +01:00
committed by GitHub
parent 3cacd90496
commit d4ddbed566
4 changed files with 6 additions and 1 deletions

View File

@@ -44,6 +44,7 @@
- name: Install redis module
pip:
name: "{{ redis_module }}"
extra_args: "-c {{ remote_constraints }}"
state: present
notify: cleanup redis