diff --git a/roles/custom/matrix-livekit-server/tasks/uninstall.yml b/roles/custom/matrix-livekit-server/tasks/uninstall.yml index 692545cdb..fdedf475a 100644 --- a/roles/custom/matrix-livekit-server/tasks/uninstall.yml +++ b/roles/custom/matrix-livekit-server/tasks/uninstall.yml @@ -1,7 +1,7 @@ --- # Uninstall tasks for matrix-livekit-server -- name: Stop and remove livekit container +- name: Stop and remove LiveKit container community.docker.docker_container: name: "matrix-livekit-server" state: absent