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

17 строки
600 B

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