diff options
author | Matt Davis <6775756+nitzmahone@users.noreply.github.com> | 2023-07-25 22:09:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-25 22:09:40 +0200 |
commit | 6a8c51bb9c7aacef2a781106deb556982577f50f (patch) | |
tree | acd2b7ddc351fa194f159aa6aa14e61fe1e32694 /test/integration/targets/old_style_cache_plugins | |
parent | Refactor test cases to improve unit test quality (#81334) (diff) | |
download | ansible-6a8c51bb9c7aacef2a781106deb556982577f50f.tar.xz ansible-6a8c51bb9c7aacef2a781106deb556982577f50f.zip |
fix redis cache setup (#81329)
* use https repo
* increase default download timeout of 10s for slow/lagged connections
Diffstat (limited to 'test/integration/targets/old_style_cache_plugins')
-rw-r--r-- | test/integration/targets/old_style_cache_plugins/setup_redis_cache.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/integration/targets/old_style_cache_plugins/setup_redis_cache.yml b/test/integration/targets/old_style_cache_plugins/setup_redis_cache.yml index 8aad37a37a..b7cd4831b4 100644 --- a/test/integration/targets/old_style_cache_plugins/setup_redis_cache.yml +++ b/test/integration/targets/old_style_cache_plugins/setup_redis_cache.yml @@ -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: |