fix redis cache setup (#81329)

* use https repo
* increase default download timeout of 10s for slow/lagged connections
pull/81351/head
Matt Davis 1 year ago committed by GitHub
parent 2a19c80b89
commit 6a8c51bb9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,8 +20,9 @@
- name: get the latest stable redis server release
get_url:
url: http://download.redis.io/redis-stable.tar.gz
url: https://download.redis.io/redis-stable.tar.gz
dest: ./
timeout: 60
- name: unzip download
unarchive:

Loading…
Cancel
Save