소스 검색

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

불러오는 중...
취소
저장