21 lines
524 B
YAML
Raw Normal View History

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