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

27 строки
781 B

  1. # SPDX-FileCopyrightText: 2023 MDAD project contributors
  2. # SPDX-FileCopyrightText: 2023 Catalan Lover <catalanlover@protonmail.com>
  3. # SPDX-FileCopyrightText: 2023 Slavi Pantaleev
  4. #
  5. # SPDX-License-Identifier: AGPL-3.0-or-later
  6. ---
  7. - tags:
  8. - setup-all
  9. - setup-bot-draupnir
  10. - install-all
  11. - install-bot-draupnir
  12. block:
  13. - when: matrix_bot_draupnir_enabled | bool
  14. ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
  15. - when: matrix_bot_draupnir_enabled | bool
  16. ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
  17. - tags:
  18. - setup-all
  19. - setup-bot-draupnir
  20. block:
  21. - when: not matrix_bot_draupnir_enabled | bool
  22. ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"