2022-02-05 20:32:54 +00:00
|
|
|
---
|
|
|
|
|
2022-07-18 08:22:05 +00:00
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
|
|
|
when: "run_setup | bool and matrix_client_element_enabled | bool"
|
2020-07-17 08:31:20 +00:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-client-element
|
|
|
|
|
2022-07-18 08:22:05 +00:00
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/prepare_themes.yml"
|
|
|
|
when: run_setup | bool
|
2020-07-17 08:31:20 +00:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-client-element
|
|
|
|
|
2022-07-18 08:22:05 +00:00
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/migrate_riot_web.yml"
|
|
|
|
when: run_setup | bool
|
2020-07-17 08:31:20 +00:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-client-element
|
|
|
|
|
2022-07-18 08:22:05 +00:00
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
|
|
|
when: "run_setup | bool and matrix_client_element_enabled | bool"
|
2021-10-29 07:29:54 +00:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-client-element
|
|
|
|
|
2022-07-18 08:22:05 +00:00
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
|
|
|
when: "run_setup | bool and not matrix_client_element_enabled | bool"
|
2020-07-17 08:31:20 +00:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-client-element
|
|
|
|
|
2022-07-18 08:22:05 +00:00
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/self_check.yml"
|
2020-07-17 08:31:20 +00:00
|
|
|
delegate_to: 127.0.0.1
|
|
|
|
become: false
|
2022-07-18 08:22:05 +00:00
|
|
|
when: "run_self_check | bool and matrix_client_element_enabled | bool"
|
2020-07-17 08:31:20 +00:00
|
|
|
tags:
|
|
|
|
- self-check
|