Matrix Docker Ansible eploy
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

12 行
360 B

  1. # SPDX-FileCopyrightText: 2024 MDAD Team and contributors
  2. #
  3. # SPDX-License-Identifier: AGPL-3.0-or-later
  4. ---
  5. - ansible.builtin.import_tasks: "{{ role_path }}/tasks/synapse/setup_install.yml"
  6. when: matrix_synapse_enabled | bool
  7. - ansible.builtin.import_tasks: "{{ role_path }}/tasks/synapse/setup_uninstall.yml"
  8. when: "not matrix_synapse_enabled | bool"