mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-04-16 06:18:34 +02:00
Update Redis version to 6.2.4
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
---
|
||||
redis_version: 5.0.7
|
||||
redis_version: 6.2.4
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user