Skip to content

Commit 6847644

Browse files
committed
define redis_download_url to set correct url for example playbook
Signed-off-by: vinícius <egypcio@users.noreply.github.com>
1 parent 2a90c40 commit 6847644

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/playbook_single_host_deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
role_attr_flags: CREATEDB,NOSUPERUSER
2626
redis_bind: 127.0.0.1
2727
redis_version: 6.0.9
28+
redis_download_url: "https://download.redis.io/releases/redis-{{ redis_version }}.tar.gz"
2829
redis_checksum: sha256:dc2bdcf81c620e9f09cfd12e85d3bc631c897b2db7a55218fd8a65eaa37f86dd
2930
pre_tasks:
3031
- name: Enable Subscription Manager Repos

0 commit comments

Comments
 (0)