From b691f39d392c42b8286896a4c04d78f0f5a9e711 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Thu, 21 Nov 2024 15:57:44 +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 b24c4a23b..8f348b472 100644 --- a/roles/custom/matrix-livekit-server/tasks/install.yml +++ b/roles/custom/matrix-livekit-server/tasks/install.yml @@ -40,7 +40,7 @@ until: livekit_image_result is not failed # Systemd Services for LiveKit -- name: Ensure livekit systemd service is installed +- name: Ensure LiveKit systemd service is installed ansible.builtin.template: src: "{{ role_path }}/templates/systemd/matrix-livekit-server.service.j2" dest: "{{ devture_systemd_docker_base_systemd_path }}/matrix-livekit-server.service"