Просмотр исходного кода
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
85c0ffa9e1
Не найден GPG ключ соответствующий данной подписи
Идентификатор GPG ключа: B5690EEEBB952194
1 измененных файлов:
1 добавлений и
1 удалений
-
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 |
|
|
|
|