matrix-docker-ansible-deploy/roles/custom/matrix-bot-honoroit/tasks/main.yml

21 lines
623 B
YAML
Raw Normal View History

---
- tags:
- setup-all
- setup-bot-honoroit
- install-all
- install-bot-honoroit
block:
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
when: "run_setup | bool and matrix_bot_honoroit_enabled | bool"
2022-01-06 18:30:10 +00:00
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
when: "run_setup | bool and matrix_bot_honoroit_enabled | bool"
- tags:
2022-11-25 14:02:51 +00:00
- setup-all
- setup-bot-honoroit
block:
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
when: "run_setup | bool and not matrix_bot_honoroit_enabled | bool"