|
|
@@ -5,6 +5,7 @@ |
|
|
# If it did, the initial installation (`--tags=setup-all`) would also potentially polute the database with data, |
|
|
# 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. |
|
|
# which would make importing a database dump problematic. |
|
|
- ensure-matrix-users-created |
|
|
- ensure-matrix-users-created |
|
|
|
|
|
- ensure-users-created |
|
|
block: |
|
|
block: |
|
|
- when: matrix_user_creator_users | length > 0 |
|
|
- when: matrix_user_creator_users | length > 0 |
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup.yml" |
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup.yml" |