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

25 строки
735 B

  1. # SPDX-FileCopyrightText: 2024 MDAD Team and contributors
  2. #
  3. # SPDX-License-Identifier: AGPL-3.0-or-later
  4. ---
  5. - tags:
  6. - setup-all
  7. - setup-bot-buscarron
  8. - install-all
  9. - install-bot-buscarron
  10. block:
  11. - ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
  12. when: "run_setup | bool and matrix_bot_buscarron_enabled | bool"
  13. - ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
  14. when: "run_setup | bool and matrix_bot_buscarron_enabled | bool"
  15. - tags:
  16. - setup-all
  17. - setup-bot-buscarron
  18. block:
  19. - ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
  20. when: "run_setup | bool and not matrix_bot_buscarron_enabled | bool"