Fix self-check for mxisd not being enabled

development
Slavi Pantaleev 6 years ago
parent 0ff6735546
commit 9830a0871d

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

Loading…
Cancel
Save