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.
 
 

21 Zeilen
623 B

  1. ---
  2. - tags:
  3. - setup-all
  4. - setup-bot-honoroit
  5. - install-all
  6. - install-bot-honoroit
  7. block:
  8. - ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
  9. when: "run_setup | bool and matrix_bot_honoroit_enabled | bool"
  10. - ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
  11. when: "run_setup | bool and matrix_bot_honoroit_enabled | bool"
  12. - tags:
  13. - setup-all
  14. - setup-bot-honoroit
  15. block:
  16. - ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
  17. when: "run_setup | bool and not matrix_bot_honoroit_enabled | bool"