diff --git a/roles/custom/matrix-livekit/tasks/install.yml b/roles/custom/matrix-livekit/tasks/install.yml index cccb89deb..8e859565b 100644 --- a/roles/custom/matrix-livekit/tasks/install.yml +++ b/roles/custom/matrix-livekit/tasks/install.yml @@ -43,5 +43,5 @@ - 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.service" + dest: "{{ devture_systemd_docker_base_systemd_path }}/matrix-livekit-server.service" mode: 0644 \ No newline at end of file