Backslash
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|