2023-01-02 18:16:38 +00:00
|
|
|
---
|
|
|
|
|
2023-03-07 15:28:10 +00:00
|
|
|
-
|
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-bot-chatgpt
|
|
|
|
- install-all
|
|
|
|
- install-bot-chatgpt
|
|
|
|
block:
|
2023-01-02 18:16:38 +00:00
|
|
|
- when: matrix_bot_chatgpt_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
|
|
|
|
|
|
|
- when: matrix_bot_chatgpt_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
2023-03-07 15:28:10 +00:00
|
|
|
|
|
|
|
- tags:
|
2023-01-02 18:16:38 +00:00
|
|
|
- setup-all
|
|
|
|
- setup-bot-chatgpt
|
2023-03-07 15:28:10 +00:00
|
|
|
block:
|
2023-01-02 18:16:38 +00:00
|
|
|
- when: not matrix_bot_chatgpt_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|