Procházet zdrojové kódy
Update roles/custom/matrix-livekit-server/tasks/install.yml
Co-authored-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
element-call-integration
Slavi Pantaleev
před 1 rokem
committed by
GitHub
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: B5690EEEBB952194
1 změnil soubory, kde provedl
1 přidání a
1 odebrání
-
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 |
|
|
|
|