From 527bcb73fd7337affb1a462ed4cde7b4567b3cd1 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Sun, 2 Apr 2023 16:42:46 +0300 Subject: [PATCH] Update Jitsi docs --- docs/services/jitsi.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/services/jitsi.md b/docs/services/jitsi.md index 031fb44..0b6a756 100644 --- a/docs/services/jitsi.md +++ b/docs/services/jitsi.md @@ -224,7 +224,6 @@ These files are not all managed by Ansible (at least not yet), so you may someti To rebuild your Jitsi configuration: -- SSH into the server and do this: - - stop all Jitsi services (`systemctl stop mash-jitsi-*`). - - remove all Jitsi configuration & data (`rm -rf /mash/jitsi`) +- ask Ansible to stop all Jitsi services: `just run-tags stop-group --extra-vars=group=jitsi` +- SSH into the server and do this and remove all Jitsi configuration & data (`rm -rf /mash/jitsi`) - ask Ansible to set up Jitsi anew and restart services (`just install-service jitsi`)