Matrix Docker Ansible eploy
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 

27 rindas
827 B

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