From 10df1451015e48739fc7589012aa6c10de9bb472 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Thu, 21 Nov 2024 15:57:31 +0200 Subject: [PATCH] Update roles/custom/matrix-livekit-server/tasks/install.yml Co-authored-by: Suguru Hirahara --- roles/custom/matrix-livekit-server/tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-livekit-server/tasks/install.yml b/roles/custom/matrix-livekit-server/tasks/install.yml index 8e859565b..b24c4a23b 100644 --- a/roles/custom/matrix-livekit-server/tasks/install.yml +++ b/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