From 60dca4dd46169be252b5a29a26abe311b086de40 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sat, 9 Nov 2024 17:33:27 +0900 Subject: [PATCH] Update docs/installing.md Co-authored-by: Slavi Pantaleev --- docs/installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installing.md b/docs/installing.md index c431cb42b..a4c9dfa3f 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -61,7 +61,7 @@ You can now: .. and then proceed to starting all services: ```sh -ansible-playbook -i inventory/hosts setup.yml --tags=start +ansible-playbook -i inventory/hosts setup.yml --tags=ensure-matrix-users-created,start ``` ## Finalize the installation