Backslash
1 rok temu
committed by
GitHub
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z
1 dodań i
1 usunięć
-
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 |
|
|
|
|