Browse Source

Update install.yml

element-call-integration
Backslash 1 year ago
committed by GitHub
parent
commit
656d4275bc
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/custom/matrix-element-call/tasks/install.yml

+ 1
- 1
roles/custom/matrix-element-call/tasks/install.yml View File

@@ -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


Loading…
Cancel
Save