Matrix Docker Ansible eploy
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 

26 řádky
777 B

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