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

15 lines
520 B
YAML
Raw Normal View History

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