Просмотр исходного кода
Update roles/custom/matrix-livekit-server/tasks/uninstall.yml
Co-authored-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
element-call-integration
Slavi Pantaleev
1 год назад
committed by
GitHub
Родитель
Сommit
82127830b3
Не найден GPG ключ соответствующий данной подписи
Идентификатор GPG ключа: B5690EEEBB952194
1 измененных файлов:
1 добавлений и
1 удалений
-
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 |
|
|
|
|