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.
 
 

16 line
376 B

  1. - import_tasks: "{{ role_path }}/tasks/init.yml"
  2. tags:
  3. - always
  4. - import_tasks: "{{ role_path }}/tasks/setup_corporal.yml"
  5. when: run_setup
  6. tags:
  7. - setup-all
  8. - setup-corporal
  9. - import_tasks: "{{ role_path }}/tasks/self_check_corporal.yml"
  10. delegate_to: 127.0.0.1
  11. become: false
  12. when: "run_self_check and matrix_corporal_enabled"
  13. tags:
  14. - self-check