2024-01-03 12:05:59 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
- tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-matrix-static-files
|
|
|
|
- install-all
|
|
|
|
- install-matrix-static-files
|
|
|
|
block:
|
|
|
|
- when: matrix_static_files_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
|
|
|
|
|
|
|
- when: matrix_static_files_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/install.yml"
|
|
|
|
|
|
|
|
- tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-matrix-static-files
|
|
|
|
block:
|
|
|
|
- when: not matrix_static_files_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/uninstall.yml"
|
|
|
|
|
|
|
|
- tags:
|
|
|
|
- self-check
|
2024-01-03 16:11:39 +01:00
|
|
|
- self-check-matrix-static-files
|
2024-01-03 12:05:59 +01:00
|
|
|
block:
|
|
|
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/self_check_well_known.yml"
|