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.
 
 

22 lines
576 B

  1. - import_tasks: "{{ role_path }}/tasks/init.yml"
  2. tags:
  3. - always
  4. - import_tasks: "{{ role_path }}/tasks/validate_config.yml"
  5. when: "run_setup|bool and matrix_bot_go_neb_enabled|bool"
  6. tags:
  7. - setup-all
  8. - setup-bot-go-neb
  9. - import_tasks: "{{ role_path }}/tasks/setup_install.yml"
  10. when: "run_setup|bool and matrix_bot_go_neb_enabled|bool"
  11. tags:
  12. - setup-all
  13. - setup-bot-go-neb
  14. - import_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
  15. when: "run_setup|bool and not matrix_bot_go_neb_enabled|bool"
  16. tags:
  17. - setup-all
  18. - setup-bot-go-neb