You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
407 B
10 lines
407 B
---
|
|
|
|
- when: matrix_user_creator_users | length > 0
|
|
ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup.yml"
|
|
tags:
|
|
# 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
|