Matrix Docker Ansible eploy
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

16 строки
558 B

  1. # SPDX-FileCopyrightText: 2024 MDAD Team and contributors
  2. #
  3. # SPDX-License-Identifier: AGPL-3.0-or-later
  4. ---
  5. - tags:
  6. # This role intentionally doesn't do work on a `setup-all` tag.
  7. # If it did, the initial installation (`--tags=setup-all`) would also potentially polute the database with data,
  8. # which would make importing a database dump problematic.
  9. - ensure-matrix-users-created
  10. - ensure-users-created
  11. block:
  12. - when: matrix_user_creator_users | length > 0
  13. ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup.yml"