20 lines
523 B
YAML
Raw Normal View History

2023-02-20 22:34:16 +01:00
---
- block:
- when: matrix_rageshake_enabled | bool
ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
- when: matrix_rageshake_enabled | bool
2023-02-25 12:23:45 +02:00
ansible.builtin.include_tasks: "{{ role_path }}/tasks/install.yml"
2023-02-20 22:34:16 +01:00
tags:
- setup-all
- setup-rageshake
- install-all
- install-rageshake
- block:
- when: not matrix_rageshake_enabled | bool
2023-02-25 12:23:45 +02:00
ansible.builtin.include_tasks: "{{ role_path }}/tasks/uninstall.yml"
2023-02-20 22:34:16 +01:00
tags:
- setup-all
- setup-rageshake