浏览代码
Update roles/custom/matrix-livekit-server/tasks/install.yml
Co-authored-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
element-call-integration
Slavi Pantaleev
1年前
committed by
GitHub
找不到此签名对应的密钥
GPG 密钥 ID: B5690EEEBB952194
共有
1 个文件被更改,包括
1 次插入 和
1 次删除
-
roles/custom/matrix-livekit-server/tasks/install.yml
|
|
|
@@ -30,7 +30,7 @@ |
|
|
|
group: "{{ matrix_user_groupname }}" |
|
|
|
|
|
|
|
# Ensure Docker Images are Pulled |
|
|
|
- name: Ensure livekit Docker image is pulled |
|
|
|
- name: Ensure LiveKit Docker image is pulled |
|
|
|
community.docker.docker_image: |
|
|
|
name: "{{ matrix_livekit_server_image }}" |
|
|
|
source: pull |
|
|
|
|