mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-05 05:34: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
|
@ -44,6 +44,7 @@
|
|||
- name: Install redis module
|
||||
pip:
|
||||
name: "{{ redis_module }}"
|
||||
extra_args: "-c {{ remote_constraints }}"
|
||||
state: present
|
||||
notify: cleanup redis
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue