浏览代码

Fix self-check for mxisd not being enabled

pull/84/head
Slavi Pantaleev 7 年前
父节点
当前提交
9830a0871d
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. +3
    -1
      roles/matrix-mxisd/tasks/main.yml

+ 3
- 1
roles/matrix-mxisd/tasks/main.yml 查看文件

@@ -16,4 +16,6 @@
- import_tasks: "{{ role_path }}/tasks/self_check_mxisd.yml"
delegate_to: 127.0.0.1
become: false
when: "run_self_check and matrix_mxisd_enabled"
when: "run_self_check and matrix_mxisd_enabled"
tags:
- self-check

正在加载...
取消
保存