Update Redis version to 6.2.4

This commit is contained in:
Deimos
2021-06-26 23:06:45 -06:00
parent 3319e0a179
commit 22039b2f48
2 changed files with 3 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
---
redis_version: 5.0.7
redis_version: 6.2.4

View File

@@ -10,8 +10,8 @@
- name: Download Redis from GitHub
get_url:
dest: /tmp/redis-{{ redis_version }}.tar.gz
url: https://github.com/antirez/redis/archive/{{ redis_version }}.tar.gz
checksum: sha256:2761422599f8969559e66797cd7f606c16e907bf82d962345a7d366c5d1278df
url: https://github.com/redis/redis/archive/{{ redis_version }}.tar.gz
checksum: sha256:d53bb1f3e31c8893cbeda20195fa64132e35354d633231939c47b640fd401098
- name: Create temp directory to extract Redis to
file: