2022-08-22 17:10:35 +00:00
|
|
|
---
|
|
|
|
|
2022-11-24 09:33:30 +00:00
|
|
|
- block:
|
|
|
|
- when: matrix_bot_postmoogle_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
2022-08-22 17:10:35 +00:00
|
|
|
|
2022-11-24 09:33:30 +00:00
|
|
|
- when: matrix_bot_postmoogle_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
2022-08-22 17:10:35 +00:00
|
|
|
|
2022-11-24 09:33:30 +00:00
|
|
|
- when: not matrix_bot_postmoogle_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
2022-08-22 17:10:35 +00:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-bot-postmoogle
|