Matrix Docker Ansible eploy
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

21 строка
599 B

  1. ---
  2. - tags:
  3. - setup-all
  4. - setup-bot-go-neb
  5. - install-all
  6. - install-bot-go-neb
  7. block:
  8. - ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
  9. when: "run_setup | bool and matrix_bot_go_neb_enabled | bool"
  10. - ansible.builtin.include_tasks: "{{ role_path }}/tasks/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. block:
  16. - ansible.builtin.include_tasks: "{{ role_path }}/tasks/uninstall.yml"
  17. when: "run_setup | bool and not matrix_bot_go_neb_enabled | bool"