소스 검색
Update install.yml
element-call-integration
Backslash
1 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
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 |
|
|
|
|