From 498ad6996e2e0747b59940e50e5c719abc03c3e4 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Thu, 13 Mar 2025 13:48:03 +0900 Subject: [PATCH] Add ensure-users-created to the list of available tags on playbook-tags.md The tag has been introduced with 54babc5de0664622edb13e2a07ad099e68b95c80. Signed-off-by: Suguru Hirahara --- docs/playbook-tags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/playbook-tags.md b/docs/playbook-tags.md index 42d2354d6..bbc16eb99 100644 --- a/docs/playbook-tags.md +++ b/docs/playbook-tags.md @@ -27,7 +27,7 @@ Here are some playbook tags that you should be familiar with: - `stop` — stops all systemd services -- `ensure-matrix-users-created` — a special tag which ensures that all special users needed by the playbook (for bots, etc.) are created +- `ensure-matrix-users-created` and `ensure-users-created` — a special tag which ensures that all special users needed by the playbook (for bots, etc.) are created **Notes**: - `setup-*` tags and `install-*` tags **do not start services** automatically, because you may wish to do things before starting services, such as importing a database dump, restoring data from another server, etc.