2022-11-01 14:22:58 +00:00
|
|
|
---
|
|
|
|
|
2023-03-07 15:28:10 +00:00
|
|
|
- tags:
|
2022-11-01 14:22:58 +00:00
|
|
|
# This role intentionally doesn't do work on a `setup-all` tag.
|
|
|
|
# If it did, the initial installation (`--tags=setup-all`) would also potentially polute the database with data,
|
|
|
|
# which would make importing a database dump problematic.
|
|
|
|
- ensure-matrix-users-created
|
2023-10-02 15:33:21 +00:00
|
|
|
- ensure-users-created
|
2023-03-07 15:28:10 +00:00
|
|
|
block:
|
|
|
|
- when: matrix_user_creator_users | length > 0
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup.yml"
|