From 85c0ffa9e1d84e3d85083634db00b22a785db9c7 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Thu, 21 Nov 2024 15:57:51 +0200 Subject: [PATCH] Update roles/custom/matrix-livekit-server/tasks/uninstall.yml Co-authored-by: Suguru Hirahara --- roles/custom/matrix-livekit-server/tasks/uninstall.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-livekit-server/tasks/uninstall.yml b/roles/custom/matrix-livekit-server/tasks/uninstall.yml index 0709dca12..692545cdb 100644 --- a/roles/custom/matrix-livekit-server/tasks/uninstall.yml +++ b/roles/custom/matrix-livekit-server/tasks/uninstall.yml @@ -6,7 +6,7 @@ name: "matrix-livekit-server" state: absent -- name: Remove livekit systemd service +- name: Remove LiveKit systemd service ansible.builtin.file: path: "{{ devture_systemd_docker_base_systemd_path }}/matrix-livekit-server.service" state: absent