From 6923527f7e4f4357a877d14de902821db50b884c Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sat, 30 Nov 2024 16:02:41 +0900 Subject: [PATCH] Update docs/configuring-playbook-etherpad.md: add ensure-matrix-users-created to the raw ansible-playbook Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-etherpad.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuring-playbook-etherpad.md b/docs/configuring-playbook-etherpad.md index 6736e4ce6..354ab3e72 100644 --- a/docs/configuring-playbook-etherpad.md +++ b/docs/configuring-playbook-etherpad.md @@ -48,7 +48,7 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj ```sh -ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start +ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start ``` The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start`.