From 656d4275bcab2a638f18a1442ce4b6dad9e79af4 Mon Sep 17 00:00:00 2001 From: Backslash Date: Thu, 26 Sep 2024 19:48:06 +1000 Subject: [PATCH] Update install.yml --- roles/custom/matrix-element-call/tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-element-call/tasks/install.yml b/roles/custom/matrix-element-call/tasks/install.yml index 93fbeba95..5e3c716d3 100644 --- a/roles/custom/matrix-element-call/tasks/install.yml +++ b/roles/custom/matrix-element-call/tasks/install.yml @@ -88,7 +88,7 @@ - name: Ensure redis Docker image is pulled community.docker.docker_image: - name: "{{ matrix_redis_image }}" + name: "{{ redis_image }}" source: pull register: redis_image_result retries: 3