2022-11-01 16:22:58 +02:00
|
|
|
---
|
|
|
|
|
2023-03-07 17:28:10 +02:00
|
|
|
- tags:
|
2022-11-01 16:22:58 +02: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 18:33:21 +03:00
|
|
|
- ensure-users-created
|
2023-03-07 17:28:10 +02:00
|
|
|
block:
|
|
|
|
- when: matrix_user_creator_users | length > 0
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup.yml"
|