Skip to content

Commit 85a6684

Browse files
committed
Provide redis v5 compatible configs for pre-6 platforms
1 parent 249316b commit 85a6684

File tree

5 files changed

+5482
-2
lines changed

5 files changed

+5482
-2
lines changed

roles/redis/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
owner: redis
2424
group: root
2525
with_first_found:
26-
- "{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.redis.conf.j2"
27-
- "{{ ansible_distribution }}.redis.conf.j2"
26+
- "{{ ansible_distribution }}-{{ ansible_distribution_major_version }}-redis.conf.j2"
27+
- "{{ ansible_distribution }}-redis.conf.j2"
2828
- "redis.conf.j2"
2929
become: yes
3030
notify: restart redis

0 commit comments

Comments
 (0)