Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

13 lines
321 B

  1. - import_tasks: "{{ role_path }}/tasks/init.yml"
  2. tags:
  3. - always
  4. - import_tasks: "{{ role_path }}/tasks/setup_mxisd.yml"
  5. tags:
  6. - setup-all
  7. - setup-mxisd
  8. - import_tasks: "{{ role_path }}/tasks/self_check_mxisd.yml"
  9. delegate_to: 127.0.0.1
  10. become: false
  11. when: "run_self_check and matrix_mxisd_enabled"