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

21 lines
566 B
YAML
Raw Normal View History

2022-08-22 17:10:35 +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
- when: matrix_bot_postmoogle_enabled | bool
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
2022-11-25 14:02:51 +00:00
tags:
- setup-all
- setup-bot-postmoogle
- install-all
- install-bot-postmoogle
2022-08-22 17:10:35 +00:00
2022-11-25 14:02:51 +00:00
- block:
- 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