Matrix Docker Ansible eploy
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 

24 Zeilen
581 B

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