1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-06-12 22:17:28 +02:00

Update roles/custom/matrix-livekit-server/tasks/uninstall.yml

Co-authored-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
Slavi Pantaleev
2024-11-21 15:58:01 +02:00
committed by GitHub
parent 85c0ffa9e1
commit 82127830b3

View File

@ -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