|
- # SPDX-FileCopyrightText: 2026 Slavi Pantaleev
- #
- # SPDX-License-Identifier: AGPL-3.0-or-later
-
- ---
-
- # The fields every entry in `matrix_bot_meowlnir_bots` must carry.
- #
- # Lives here, not in `defaults/main.yml`, because it describes the role's own expectations and is not something to override.
- # `initial_managers` is deliberately absent — it is optional and falls back to `matrix_bot_meowlnir_initial_managers`.
- matrix_bot_meowlnir_bot_required_fields:
- - username
- - displayname
- - avatar_url
- - management_room_auto_create
- - management_rooms
|